Html Css Color HEX #CB0A42 Crimson

📋 copy color: '#CB0A42'

red 203 ◦ green 10 ◦ blue 66

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

Shades of Crimson #CB0A42

Tints of Crimson #CB0A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.58%

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

R = 72.76%
G = 3.58%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB0A42 (or 0xCB0A42) is known color: Crimson. HEX triplet: CB, 0A and 42. RGB value is (203,10,66). Sum of RGB (Red+Green+Blue) = 203+10+66=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A42 is #34F5BD. Grayscale: #4A4A4A. Windows color (decimal): -3470782 or 4328139. OLE color: 4328139.

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

Color convert

RGB 203 10 66 -
CMYK 0 0.95 0.67 0.20
HSL 342.59º 0.91% 0.42% -
HSV(B) 342.59º 0.95% 0.8% -
XYZ 25.72 13.31 6.37 -
YUV 74.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 203 10 66 0 0.95 0.67 0.20 342.59 0.91 0.42
Hex CB A 42 0 5F 43 14 157 5B 2A
Octal 313 12 102 0 137 103 24 527 133 52
Binary 11001011 1010 1000010 0 1011111 1000011 10100 101010111 1011011 101010

Color Harmonies of #CB0A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A42

Black with #CB0A42

Text Example


Text Example

White with #CB0A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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