Html Css Color HEX #CB4848 Sunset

📋 copy color: '#CB4848'

red 203 ◦ green 72 ◦ blue 72

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

Shades of Sunset #CB4848

Tints of Sunset #CB4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 58.5%
G = 20.75%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB4848 (or 0xCB4848) is known color: Sunset. HEX triplet: CB, 48 and 48. RGB value is (203,72,72). Sum of RGB (Red+Green+Blue) = 203+72+72=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4848 is #34B7B7. Grayscale: #6F6F6F. Windows color (decimal): -3454904 or 4737227. OLE color: 4737227.

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

Color convert

RGB 203 72 72 -
CMYK 0 0.65 0.65 0.20
HSL 0.56% 0.54% -
HSV(B) 0.65% 0.8% -
XYZ 28.12 17.8 8.08 -
YUV 111.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 203 72 72 0 0.65 0.65 0.20 0 0.56 0.54
Hex CB 48 48 0 41 41 14 0 38 36
Octal 313 110 110 0 101 101 24 0 70 66
Binary 11001011 1001000 1001000 0 1000001 1000001 10100 0 111000 110110

Color Harmonies of #CB4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4848

Black with #CB4848

Text Example


Text Example

White with #CB4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4848; }

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

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

background-color css

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

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

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

border-color css

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

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

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