Html Css Color HEX #CF3525 Persian Red

📋 copy color: '#CF3525'

red 207 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #CF3525

Tints of Persian Red #CF3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 69.7%
G = 17.85%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3525 (or 0xCF3525) is known color: Persian Red. HEX triplet: CF, 35 and 25. RGB value is (207,53,37). Sum of RGB (Red+Green+Blue) = 207+53+37=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3525 is #30CADA. Grayscale: #616161. Windows color (decimal): -3197659 or 2438607. OLE color: 2438607.

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

Color convert

RGB 207 53 37 -
CMYK 0 0.74 0.82 0.19
HSL 5.65º 0.7% 0.48% -
HSV(B) 5.65º 0.82% 0.81% -
XYZ 27.34 15.95 3.39 -
YUV 97.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 207 53 37 0 0.74 0.82 0.19 5.65 0.7 0.48
Hex CF 35 25 0 4A 52 13 6 46 30
Octal 317 65 45 0 112 122 23 6 106 60
Binary 11001111 110101 100101 0 1001010 1010010 10011 110 1000110 110000

Color Harmonies of #CF3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3525

Black with #CF3525

Text Example


Text Example

White with #CF3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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