Html Css Color HEX #CB0D48 Crimson

📋 copy color: '#CB0D48'

red 203 ◦ green 13 ◦ blue 72

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

Shades of Crimson #CB0D48

Tints of Crimson #CB0D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.51%

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

R = 70.49%
G = 4.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0D48 (or 0xCB0D48) is known color: Crimson. HEX triplet: CB, 0D and 48. RGB value is (203,13,72). Sum of RGB (Red+Green+Blue) = 203+13+72=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D48 is #34F2B7. Grayscale: #4C4C4C. Windows color (decimal): -3470008 or 4722123. OLE color: 4722123.

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

Color convert

RGB 203 13 72 -
CMYK 0 0.94 0.65 0.20
HSL 341.37º 0.88% 0.42% -
HSV(B) 341.37º 0.94% 0.8% -
XYZ 25.94 13.45 7.36 -
YUV 76.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 203 13 72 0 0.94 0.65 0.20 341.37 0.88 0.42
Hex CB D 48 0 5E 41 14 155 58 2A
Octal 313 15 110 0 136 101 24 525 130 52
Binary 11001011 1101 1001000 0 1011110 1000001 10100 101010101 1011000 101010

Color Harmonies of #CB0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D48

Black with #CB0D48

Text Example


Text Example

White with #CB0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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