Html Css Color HEX #CB0932 Crimson

📋 copy color: '#CB0932'

red 203 ◦ green 9 ◦ blue 50

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

Shades of Crimson #CB0932

Tints of Crimson #CB0932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 77.48%
G = 3.44%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB0932 (or 0xCB0932) is known color: Crimson. HEX triplet: CB, 09 and 32. RGB value is (203,9,50). Sum of RGB (Red+Green+Blue) = 203+9+50=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0932 is #34F6CD. Grayscale: #474747. Windows color (decimal): -3471054 or 3279307. OLE color: 3279307.

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

Color convert

RGB 203 9 50 -
CMYK 0 0.96 0.75 0.20
HSL 347.32º 0.92% 0.42% -
HSV(B) 347.32º 0.96% 0.8% -
XYZ 25.3 13.12 4.22 -
YUV 71.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 203 9 50 0 0.96 0.75 0.20 347.32 0.92 0.42
Hex CB 9 32 0 60 4B 14 15B 5C 2A
Octal 313 11 62 0 140 113 24 533 134 52
Binary 11001011 1001 110010 0 1100000 1001011 10100 101011011 1011100 101010

Color Harmonies of #CB0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0932

Black with #CB0932

Text Example


Text Example

White with #CB0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0932; }

 p { color: rgb(203,9,50); }

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

background-color css

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

 a { background-color: rgb(203,9,50); }

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

border-color css

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

 span { border-color: rgb(203,9,50); }

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