Html Css Color HEX #CA4444 Sunset

📋 copy color: '#CA4444'

red 202 ◦ green 68 ◦ blue 68

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

Shades of Sunset #CA4444

Tints of Sunset #CA4444

RGB

 RED value IS 202 (79.3% from 255) = 59.76%

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 59.76%
G = 20.12%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA4444 (or 0xCA4444) is known color: Sunset. HEX triplet: CA, 44 and 44. RGB value is (202,68,68). Sum of RGB (Red+Green+Blue) = 202+68+68=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4444 is #35BBBB. Grayscale: #6C6C6C. Windows color (decimal): -3521468 or 4474058. OLE color: 4474058.

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

Color convert

RGB 202 68 68 -
CMYK 0 0.66 0.66 0.21
HSL 0.56% 0.53% -
HSV(B) 0.66% 0.79% -
XYZ 27.47 17.11 7.32 -
YUV 108.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 202 68 68 0 0.66 0.66 0.21 0 0.56 0.53
Hex CA 44 44 0 42 42 15 0 38 35
Octal 312 104 104 0 102 102 25 0 70 65
Binary 11001010 1000100 1000100 0 1000010 1000010 10101 0 111000 110101

Color Harmonies of #CA4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4444

Black with #CA4444

Text Example


Text Example

White with #CA4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4444; }

 p { color: rgb(202,68,68); }

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

background-color css

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

 a { background-color: rgb(202,68,68); }

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

border-color css

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

 span { border-color: rgb(202,68,68); }

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