Html Css Color HEX #CB0A48 Crimson

📋 copy color: '#CB0A48'

red 203 ◦ green 10 ◦ blue 72

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

Shades of Crimson #CB0A48

Tints of Crimson #CB0A48

RGB

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

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

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

R = 71.23%
G = 3.51%
B = 25.26%

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

#CB0A48 (or 0xCB0A48) is known color: Crimson. HEX triplet: CB, 0A and 48. RGB value is (203,10,72). Sum of RGB (Red+Green+Blue) = 203+10+72=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A48 is #34F5B7. Grayscale: #4A4A4A. Windows color (decimal): -3470776 or 4721355. OLE color: 4721355.

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

Color convert

RGB 203 10 72 -
CMYK 0 0.95 0.65 0.20
HSL 340.73º 0.91% 0.42% -
HSV(B) 340.73º 0.95% 0.8% -
XYZ 25.91 13.38 7.35 -
YUV 74.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 203 10 72 0 0.95 0.65 0.20 340.73 0.91 0.42
Hex CB A 48 0 5F 41 14 155 5B 2A
Octal 313 12 110 0 137 101 24 525 133 52
Binary 11001011 1010 1001000 0 1011111 1000001 10100 101010101 1011011 101010

Color Harmonies of #CB0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A48

Black with #CB0A48

Text Example


Text Example

White with #CB0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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