Html Css Color HEX #CF5735 Chilean Fire

📋 copy color: '#CF5735'

red 207 ◦ green 87 ◦ blue 53

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

Shades of Chilean Fire #CF5735

Tints of Chilean Fire #CF5735

RGB

 RED value IS 207 (81.25% from 255) = 59.65%

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 59.65%
G = 25.07%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF5735 (or 0xCF5735) is known color: Chilean Fire. HEX triplet: CF, 57 and 35. RGB value is (207,87,53). Sum of RGB (Red+Green+Blue) = 207+87+53=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5735 is #30A8CA. Grayscale: #777777. Windows color (decimal): -3188939 or 3495887. OLE color: 3495887.

HSL color Cylindrical-coordinate representation of color #CF5735: hue angle of 13.25º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF5735 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 53 -
CMYK 0 0.58 0.74 0.19
HSL 13.25º 0.62% 0.51% -
HSV(B) 13.25º 0.74% 0.81% -
XYZ 29.78 20.34 5.72 -
YUV 119 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 207 87 53 0 0.58 0.74 0.19 13.25 0.62 0.51
Hex CF 57 35 0 3A 4A 13 D 3E 33
Octal 317 127 65 0 72 112 23 15 76 63
Binary 11001111 1010111 110101 0 111010 1001010 10011 1101 111110 110011

Color Harmonies of #CF5735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5735

Black with #CF5735

Text Example


Text Example

White with #CF5735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5735; }

 p { color: rgb(207,87,53); }

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

background-color css

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

 a { background-color: rgb(207,87,53); }

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

border-color css

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

 span { border-color: rgb(207,87,53); }

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