Html Css Color HEX #CA4D41 Sunset

📋 copy color: '#CA4D41'

red 202 ◦ green 77 ◦ blue 65

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

Shades of Sunset #CA4D41

Tints of Sunset #CA4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 58.72%
G = 22.38%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4D41 (or 0xCA4D41) is known color: Sunset. HEX triplet: CA, 4D and 41. RGB value is (202,77,65). Sum of RGB (Red+Green+Blue) = 202+77+65=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D41 is #35B2BE. Grayscale: #717171. Windows color (decimal): -3519167 or 4279754. OLE color: 4279754.

HSL color Cylindrical-coordinate representation of color #CA4D41: hue angle of 5.26º degrees, saturation: 0.56, 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 #CA4D41 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 65 -
CMYK 0 0.62 0.68 0.21
HSL 5.26º 0.56% 0.52% -
HSV(B) 5.26º 0.68% 0.79% -
XYZ 27.97 18.25 7.05 -
YUV 113.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 202 77 65 0 0.62 0.68 0.21 5.26 0.56 0.52
Hex CA 4D 41 0 3E 44 15 5 38 34
Octal 312 115 101 0 76 104 25 5 70 64
Binary 11001010 1001101 1000001 0 111110 1000100 10101 101 111000 110100

Color Harmonies of #CA4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D41

Black with #CA4D41

Text Example


Text Example

White with #CA4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D41; }

 p { color: rgb(202,77,65); }

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

background-color css

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

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

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

border-color css

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

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

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