Html Css Color HEX #CB0A41 Crimson

📋 copy color: '#CB0A41'

red 203 ◦ green 10 ◦ blue 65

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

Shades of Crimson #CB0A41

Tints of Crimson #CB0A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 73.02%
G = 3.6%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB0A41 (or 0xCB0A41) is known color: Crimson. HEX triplet: CB, 0A and 41. RGB value is (203,10,65). Sum of RGB (Red+Green+Blue) = 203+10+65=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A41 is #34F5BE. Grayscale: #494949. Windows color (decimal): -3470783 or 4262603. OLE color: 4262603.

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

Color convert

RGB 203 10 65 -
CMYK 0 0.95 0.68 0.20
HSL 342.9º 0.91% 0.42% -
HSV(B) 342.9º 0.95% 0.8% -
XYZ 25.69 13.3 6.21 -
YUV 73.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 203 10 65 0 0.95 0.68 0.20 342.9 0.91 0.42
Hex CB A 41 0 5F 44 14 157 5B 2A
Octal 313 12 101 0 137 104 24 527 133 52
Binary 11001011 1010 1000001 0 1011111 1000100 10100 101010111 1011011 101010

Color Harmonies of #CB0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A41

Black with #CB0A41

Text Example


Text Example

White with #CB0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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