Html Css Color HEX #CF3327 Persian Red

📋 copy color: '#CF3327'

red 207 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #CF3327

Tints of Persian Red #CF3327

RGB

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

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

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

R = 69.7%
G = 17.17%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF3327 (or 0xCF3327) is known color: Persian Red. HEX triplet: CF, 33 and 27. RGB value is (207,51,39). Sum of RGB (Red+Green+Blue) = 207+51+39=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3327 is #30CCD8. Grayscale: #606060. Windows color (decimal): -3198169 or 2569167. OLE color: 2569167.

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

Color convert

RGB 207 51 39 -
CMYK 0 0.75 0.81 0.19
HSL 4.29º 0.68% 0.48% -
HSV(B) 4.29º 0.81% 0.81% -
XYZ 27.28 15.78 3.53 -
YUV 96.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 207 51 39 0 0.75 0.81 0.19 4.29 0.68 0.48
Hex CF 33 27 0 4B 51 13 4 44 30
Octal 317 63 47 0 113 121 23 4 104 60
Binary 11001111 110011 100111 0 1001011 1010001 10011 100 1000100 110000

Color Harmonies of #CF3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3327

Black with #CF3327

Text Example


Text Example

White with #CF3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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