Html Css Color HEX #CB0B40 Crimson

📋 copy color: '#CB0B40'

red 203 ◦ green 11 ◦ blue 64

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

Shades of Crimson #CB0B40

Tints of Crimson #CB0B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 73.02%
G = 3.96%
B = 23.02%

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

#CB0B40 (or 0xCB0B40) is known color: Crimson. HEX triplet: CB, 0B and 40. RGB value is (203,11,64). Sum of RGB (Red+Green+Blue) = 203+11+64=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B40 is #34F4BF. Grayscale: #4A4A4A. Windows color (decimal): -3470528 or 4197323. OLE color: 4197323.

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

Color convert

RGB 203 11 64 -
CMYK 0 0.95 0.68 0.20
HSL 343.44º 0.9% 0.42% -
HSV(B) 343.44º 0.95% 0.8% -
XYZ 25.67 13.31 6.07 -
YUV 74.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 203 11 64 0 0.95 0.68 0.20 343.44 0.9 0.42
Hex CB B 40 0 5F 44 14 157 5A 2A
Octal 313 13 100 0 137 104 24 527 132 52
Binary 11001011 1011 1000000 0 1011111 1000100 10100 101010111 1011010 101010

Color Harmonies of #CB0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B40

Black with #CB0B40

Text Example


Text Example

White with #CB0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B40; }

 p { color: rgb(203,11,64); }

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

background-color css

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

 a { background-color: rgb(203,11,64); }

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

border-color css

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

 span { border-color: rgb(203,11,64); }

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