Html Css Color HEX #CB0836 Crimson

📋 copy color: '#CB0836'

red 203 ◦ green 8 ◦ blue 54

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

Shades of Crimson #CB0836

Tints of Crimson #CB0836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 76.6%
G = 3.02%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB0836 (or 0xCB0836) is known color: Crimson. HEX triplet: CB, 08 and 36. RGB value is (203,8,54). Sum of RGB (Red+Green+Blue) = 203+8+54=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0836 is #34F7C9. Grayscale: #474747. Windows color (decimal): -3471306 or 3541195. OLE color: 3541195.

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

Color convert

RGB 203 8 54 -
CMYK 0 0.96 0.73 0.20
HSL 345.85º 0.92% 0.41% -
HSV(B) 345.85º 0.96% 0.8% -
XYZ 25.38 13.14 4.69 -
YUV 71.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 203 8 54 0 0.96 0.73 0.20 345.85 0.92 0.41
Hex CB 8 36 0 60 49 14 15A 5C 29
Octal 313 10 66 0 140 111 24 532 134 51
Binary 11001011 1000 110110 0 1100000 1001001 10100 101011010 1011100 101001

Color Harmonies of #CB0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0836

Black with #CB0836

Text Example


Text Example

White with #CB0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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