Html Css Color HEX #CB083C Crimson

📋 copy color: '#CB083C'

red 203 ◦ green 8 ◦ blue 60

#CB083C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CB083C

Tints of Crimson #CB083C

RGB

 RED value IS 203 (79.69% from 255) = 74.91%

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 74.91%
G = 2.95%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB083C (or 0xCB083C) is known color: Crimson. HEX triplet: CB, 08 and 3C. RGB value is (203,8,60). Sum of RGB (Red+Green+Blue) = 203+8+60=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB083C is #34F7C3. Grayscale: #484848. Windows color (decimal): -3471300 or 3934411. OLE color: 3934411.

HSL color Cylindrical-coordinate representation of color #CB083C: hue angle of 344º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB083C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 60 -
CMYK 0 0.96 0.70 0.20
HSL 344º 0.92% 0.41% -
HSV(B) 344º 0.96% 0.8% -
XYZ 25.53 13.2 5.48 -
YUV 72.23 121.1 221.27 -
System Red Green Blue C M Y K H S L
Decimal 203 8 60 0 0.96 0.70 0.20 344 0.92 0.41
Hex CB 8 3C 0 60 46 14 158 5C 29
Octal 313 10 74 0 140 106 24 530 134 51
Binary 11001011 1000 111100 0 1100000 1000110 10100 101011000 1011100 101001

Color Harmonies of #CB083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB083C

Black with #CB083C

Text Example


Text Example

White with #CB083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB083C; }

 p { color: rgb(203,8,60); }

 H1.HeaderClassName
 {
   color: #CB083C;
 }
 .AnyTagClassName
 {
   color: #CB083C;
 }
</style>

background-color css

<style>
 a { background-color: #CB083C; }

 a { background-color: rgb(203,8,60); }

 div.DivClassName
 {
   background-color: #CB083C;
 }
 .BgClassName
 {
   background-color: #CB083C;
 }
</style>

border-color css

<style>
 span { border-color: #CB083C; }

 span { border-color: rgb(203,8,60); }

 td.TdClassName
 {
   border-color: #CB083C;
 }
 .TagClassName
 {
   border-color: #CB083C;
 }
</style>