Html Css Color HEX #CB0F48 Crimson

📋 copy color: '#CB0F48'

red 203 ◦ green 15 ◦ blue 72

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

Shades of Crimson #CB0F48

Tints of Crimson #CB0F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

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

R = 70%
G = 5.17%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0F48 (or 0xCB0F48) is known color: Crimson. HEX triplet: CB, 0F and 48. RGB value is (203,15,72). Sum of RGB (Red+Green+Blue) = 203+15+72=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F48 is #34F0B7. Grayscale: #4D4D4D. Windows color (decimal): -3469496 or 4722635. OLE color: 4722635.

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

Color convert

RGB 203 15 72 -
CMYK 0 0.93 0.65 0.20
HSL 341.81º 0.86% 0.43% -
HSV(B) 341.81º 0.93% 0.8% -
XYZ 25.97 13.51 7.37 -
YUV 77.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 203 15 72 0 0.93 0.65 0.20 341.81 0.86 0.43
Hex CB F 48 0 5D 41 14 156 56 2B
Octal 313 17 110 0 135 101 24 526 126 53
Binary 11001011 1111 1001000 0 1011101 1000001 10100 101010110 1010110 101011

Color Harmonies of #CB0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F48

Black with #CB0F48

Text Example


Text Example

White with #CB0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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