Html Css Color HEX #CB0831 Crimson

📋 copy color: '#CB0831'

red 203 ◦ green 8 ◦ blue 49

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

Shades of Crimson #CB0831

Tints of Crimson #CB0831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 78.08%
G = 3.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0831 (or 0xCB0831) is known color: Crimson. HEX triplet: CB, 08 and 31. RGB value is (203,8,49). Sum of RGB (Red+Green+Blue) = 203+8+49=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0831 is #34F7CE. Grayscale: #474747. Windows color (decimal): -3471311 or 3213515. OLE color: 3213515.

HSL color Cylindrical-coordinate representation of color #CB0831: hue angle of 347.38º 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 #CB0831 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 49 -
CMYK 0 0.96 0.76 0.20
HSL 347.38º 0.92% 0.41% -
HSV(B) 347.38º 0.96% 0.8% -
XYZ 25.27 13.09 4.1 -
YUV 70.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 203 8 49 0 0.96 0.76 0.20 347.38 0.92 0.41
Hex CB 8 31 0 60 4C 14 15B 5C 29
Octal 313 10 61 0 140 114 24 533 134 51
Binary 11001011 1000 110001 0 1100000 1001100 10100 101011011 1011100 101001

Color Harmonies of #CB0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0831

Black with #CB0831

Text Example


Text Example

White with #CB0831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0831; }

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

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

background-color css

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

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

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

border-color css

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

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

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