Html Css Color HEX #CB0942 Crimson

📋 copy color: '#CB0942'

red 203 ◦ green 9 ◦ blue 66

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

Shades of Crimson #CB0942

Tints of Crimson #CB0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 73.02%
G = 3.24%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB0942 (or 0xCB0942) is known color: Crimson. HEX triplet: CB, 09 and 42. RGB value is (203,9,66). Sum of RGB (Red+Green+Blue) = 203+9+66=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0942 is #34F6BD. Grayscale: #494949. Windows color (decimal): -3471038 or 4327883. OLE color: 4327883.

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

Color convert

RGB 203 9 66 -
CMYK 0 0.96 0.67 0.20
HSL 342.37º 0.92% 0.42% -
HSV(B) 342.37º 0.96% 0.8% -
XYZ 25.71 13.29 6.36 -
YUV 73.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 203 9 66 0 0.96 0.67 0.20 342.37 0.92 0.42
Hex CB 9 42 0 60 43 14 156 5C 2A
Octal 313 11 102 0 140 103 24 526 134 52
Binary 11001011 1001 1000010 0 1100000 1000011 10100 101010110 1011100 101010

Color Harmonies of #CB0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0942

Black with #CB0942

Text Example


Text Example

White with #CB0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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