Html Css Color HEX #CF4035 Persian Red

📋 copy color: '#CF4035'

red 207 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #CF4035

Tints of Persian Red #CF4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 63.89%
G = 19.75%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF4035 (or 0xCF4035) is known color: Persian Red. HEX triplet: CF, 40 and 35. RGB value is (207,64,53). Sum of RGB (Red+Green+Blue) = 207+64+53=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4035 is #30BFCA. Grayscale: #696969. Windows color (decimal): -3194827 or 3489999. OLE color: 3489999.

HSL color Cylindrical-coordinate representation of color #CF4035: hue angle of 4.29º 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 #CF4035 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 53 -
CMYK 0 0.69 0.74 0.19
HSL 4.29º 0.62% 0.51% -
HSV(B) 4.29º 0.74% 0.81% -
XYZ 28.21 17.19 5.2 -
YUV 105.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 207 64 53 0 0.69 0.74 0.19 4.29 0.62 0.51
Hex CF 40 35 0 45 4A 13 4 3E 33
Octal 317 100 65 0 105 112 23 4 76 63
Binary 11001111 1000000 110101 0 1000101 1001010 10011 100 111110 110011

Color Harmonies of #CF4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4035

Black with #CF4035

Text Example


Text Example

White with #CF4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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