Html Css Color HEX #CA4841 Sunset

📋 copy color: '#CA4841'

red 202 ◦ green 72 ◦ blue 65

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

Shades of Sunset #CA4841

Tints of Sunset #CA4841

RGB

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

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

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

R = 59.59%
G = 21.24%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4841 (or 0xCA4841) is known color: Sunset. HEX triplet: CA, 48 and 41. RGB value is (202,72,65). Sum of RGB (Red+Green+Blue) = 202+72+65=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4841 is #35B7BE. Grayscale: #6E6E6E. Windows color (decimal): -3520447 or 4278474. OLE color: 4278474.

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

Color convert

RGB 202 72 65 -
CMYK 0 0.64 0.68 0.21
HSL 3.07º 0.56% 0.52% -
HSV(B) 3.07º 0.68% 0.79% -
XYZ 27.63 17.57 6.94 -
YUV 110.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 202 72 65 0 0.64 0.68 0.21 3.07 0.56 0.52
Hex CA 48 41 0 40 44 15 3 38 34
Octal 312 110 101 0 100 104 25 3 70 64
Binary 11001010 1001000 1000001 0 1000000 1000100 10101 11 111000 110100

Color Harmonies of #CA4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4841

Black with #CA4841

Text Example


Text Example

White with #CA4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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