Html Css Color HEX #CF3325 Persian Red

📋 copy color: '#CF3325'

red 207 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #CF3325

Tints of Persian Red #CF3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 70.17%
G = 17.29%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3325 (or 0xCF3325) is known color: Persian Red. HEX triplet: CF, 33 and 25. RGB value is (207,51,37). Sum of RGB (Red+Green+Blue) = 207+51+37=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3325 is #30CCDA. Grayscale: #606060. Windows color (decimal): -3198171 or 2438095. OLE color: 2438095.

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

Color convert

RGB 207 51 37 -
CMYK 0 0.75 0.82 0.19
HSL 4.94º 0.7% 0.48% -
HSV(B) 4.94º 0.82% 0.81% -
XYZ 27.25 15.77 3.36 -
YUV 96.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 207 51 37 0 0.75 0.82 0.19 4.94 0.7 0.48
Hex CF 33 25 0 4B 52 13 5 46 30
Octal 317 63 45 0 113 122 23 5 106 60
Binary 11001111 110011 100101 0 1001011 1010010 10011 101 1000110 110000

Color Harmonies of #CF3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3325

Black with #CF3325

Text Example


Text Example

White with #CF3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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