Html Css Color HEX #CA4440 Sunset

📋 copy color: '#CA4440'

red 202 ◦ green 68 ◦ blue 64

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

Shades of Sunset #CA4440

Tints of Sunset #CA4440

RGB

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

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

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

R = 60.48%
G = 20.36%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4440 (or 0xCA4440) is known color: Sunset. HEX triplet: CA, 44 and 40. RGB value is (202,68,64). Sum of RGB (Red+Green+Blue) = 202+68+64=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4440 is #35BBBF. Grayscale: #6B6B6B. Windows color (decimal): -3521472 or 4211914. OLE color: 4211914.

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

Color convert

RGB 202 68 64 -
CMYK 0 0.66 0.68 0.21
HSL 1.74º 0.57% 0.52% -
HSV(B) 1.74º 0.68% 0.79% -
XYZ 27.35 17.06 6.7 -
YUV 107.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 202 68 64 0 0.66 0.68 0.21 1.74 0.57 0.52
Hex CA 44 40 0 42 44 15 2 39 34
Octal 312 104 100 0 102 104 25 2 71 64
Binary 11001010 1000100 1000000 0 1000010 1000100 10101 10 111001 110100

Color Harmonies of #CA4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4440

Black with #CA4440

Text Example


Text Example

White with #CA4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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