Html Css Color HEX #CA4740 Sunset

📋 copy color: '#CA4740'

red 202 ◦ green 71 ◦ blue 64

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

Shades of Sunset #CA4740

Tints of Sunset #CA4740

RGB

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

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

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

R = 59.94%
G = 21.07%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4740 (or 0xCA4740) is known color: Sunset. HEX triplet: CA, 47 and 40. RGB value is (202,71,64). Sum of RGB (Red+Green+Blue) = 202+71+64=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4740 is #35B8BF. Grayscale: #6D6D6D. Windows color (decimal): -3520704 or 4212682. OLE color: 4212682.

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

Color convert

RGB 202 71 64 -
CMYK 0 0.65 0.68 0.21
HSL 3.04º 0.57% 0.52% -
HSV(B) 3.04º 0.68% 0.79% -
XYZ 27.54 17.43 6.76 -
YUV 109.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 202 71 64 0 0.65 0.68 0.21 3.04 0.57 0.52
Hex CA 47 40 0 41 44 15 3 39 34
Octal 312 107 100 0 101 104 25 3 71 64
Binary 11001010 1000111 1000000 0 1000001 1000100 10101 11 111001 110100

Color Harmonies of #CA4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4740

Black with #CA4740

Text Example


Text Example

White with #CA4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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