Html Css Color HEX #CB0848 Crimson

📋 copy color: '#CB0848'

red 203 ◦ green 8 ◦ blue 72

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

Shades of Crimson #CB0848

Tints of Crimson #CB0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 71.73%
G = 2.83%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0848 (or 0xCB0848) is known color: Crimson. HEX triplet: CB, 08 and 48. RGB value is (203,8,72). Sum of RGB (Red+Green+Blue) = 203+8+72=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0848 is #34F7B7. Grayscale: #494949. Windows color (decimal): -3471288 or 4720843. OLE color: 4720843.

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

Color convert

RGB 203 8 72 -
CMYK 0 0.96 0.65 0.20
HSL 340.31º 0.92% 0.41% -
HSV(B) 340.31º 0.96% 0.8% -
XYZ 25.89 13.34 7.34 -
YUV 73.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 203 8 72 0 0.96 0.65 0.20 340.31 0.92 0.41
Hex CB 8 48 0 60 41 14 154 5C 29
Octal 313 10 110 0 140 101 24 524 134 51
Binary 11001011 1000 1001000 0 1100000 1000001 10100 101010100 1011100 101001

Color Harmonies of #CB0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0848

Black with #CB0848

Text Example


Text Example

White with #CB0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0848; }

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

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

background-color css

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

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

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

border-color css

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

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

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