Html Css Color HEX #CB4740 Sunset

📋 copy color: '#CB4740'

red 203 ◦ green 71 ◦ blue 64

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

Shades of Sunset #CB4740

Tints of Sunset #CB4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 60.06%
G = 21.01%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB4740 (or 0xCB4740) is known color: Sunset. HEX triplet: CB, 47 and 40. RGB value is (203,71,64). Sum of RGB (Red+Green+Blue) = 203+71+64=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4740 is #34B8BF. Grayscale: #6D6D6D. Windows color (decimal): -3455168 or 4212683. OLE color: 4212683.

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

Color convert

RGB 203 71 64 -
CMYK 0 0.65 0.68 0.20
HSL 3.02º 0.57% 0.52% -
HSV(B) 3.02º 0.68% 0.8% -
XYZ 27.81 17.57 6.78 -
YUV 109.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 203 71 64 0 0.65 0.68 0.20 3.02 0.57 0.52
Hex CB 47 40 0 41 44 14 3 39 34
Octal 313 107 100 0 101 104 24 3 71 64
Binary 11001011 1000111 1000000 0 1000001 1000100 10100 11 111001 110100

Color Harmonies of #CB4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4740

Black with #CB4740

Text Example


Text Example

White with #CB4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4740; }

 p { color: rgb(203,71,64); }

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

background-color css

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

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

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

border-color css

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

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

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