Html Css Color HEX #CF3527 Persian Red

📋 copy color: '#CF3527'

red 207 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #CF3527

Tints of Persian Red #CF3527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 69.23%
G = 17.73%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3527 (or 0xCF3527) is known color: Persian Red. HEX triplet: CF, 35 and 27. RGB value is (207,53,39). Sum of RGB (Red+Green+Blue) = 207+53+39=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3527 is #30CAD8. Grayscale: #616161. Windows color (decimal): -3197657 or 2569679. OLE color: 2569679.

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

Color convert

RGB 207 53 39 -
CMYK 0 0.74 0.81 0.19
HSL 0.68% 0.48% -
HSV(B) 0.81% 0.81% -
XYZ 27.37 15.96 3.56 -
YUV 97.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 207 53 39 0 0.74 0.81 0.19 5 0.68 0.48
Hex CF 35 27 0 4A 51 13 5 44 30
Octal 317 65 47 0 112 121 23 5 104 60
Binary 11001111 110101 100111 0 1001010 1010001 10011 101 1000100 110000

Color Harmonies of #CF3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3527

Black with #CF3527

Text Example


Text Example

White with #CF3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3527; }

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

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

background-color css

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

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

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

border-color css

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

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

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