Html Css Color HEX #CB0B48 Crimson

📋 copy color: '#CB0B48'

red 203 ◦ green 11 ◦ blue 72

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

Shades of Crimson #CB0B48

Tints of Crimson #CB0B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 70.98%
G = 3.85%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0B48 (or 0xCB0B48) is known color: Crimson. HEX triplet: CB, 0B and 48. RGB value is (203,11,72). Sum of RGB (Red+Green+Blue) = 203+11+72=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B48 is #34F4B7. Grayscale: #4B4B4B. Windows color (decimal): -3470520 or 4721611. OLE color: 4721611.

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

Color convert

RGB 203 11 72 -
CMYK 0 0.95 0.65 0.20
HSL 340.94º 0.9% 0.42% -
HSV(B) 340.94º 0.95% 0.8% -
XYZ 25.92 13.4 7.35 -
YUV 75.36 126.11 219.04 -
System Red Green Blue C M Y K H S L
Decimal 203 11 72 0 0.95 0.65 0.20 340.94 0.9 0.42
Hex CB B 48 0 5F 41 14 155 5A 2A
Octal 313 13 110 0 137 101 24 525 132 52
Binary 11001011 1011 1001000 0 1011111 1000001 10100 101010101 1011010 101010

Color Harmonies of #CB0B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B48

Black with #CB0B48

Text Example


Text Example

White with #CB0B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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