Html Css Color HEX #CF392F Persian Red

📋 copy color: '#CF392F'

red 207 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #CF392F

Tints of Persian Red #CF392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 66.56%
G = 18.33%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF392F (or 0xCF392F) is known color: Persian Red. HEX triplet: CF, 39 and 2F. RGB value is (207,57,47). Sum of RGB (Red+Green+Blue) = 207+57+47=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF392F is #30C6D0. Grayscale: #646464. Windows color (decimal): -3196625 or 3094991. OLE color: 3094991.

HSL color Cylindrical-coordinate representation of color #CF392F: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF392F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 47 -
CMYK 0 0.72 0.77 0.19
HSL 3.75º 0.63% 0.5% -
HSV(B) 3.75º 0.77% 0.81% -
XYZ 27.71 16.4 4.39 -
YUV 100.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 207 57 47 0 0.72 0.77 0.19 3.75 0.63 0.5
Hex CF 39 2F 0 48 4D 13 4 3F 32
Octal 317 71 57 0 110 115 23 4 77 62
Binary 11001111 111001 101111 0 1001000 1001101 10011 100 111111 110010

Color Harmonies of #CF392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF392F

Black with #CF392F

Text Example


Text Example

White with #CF392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF392F; }

 p { color: rgb(207,57,47); }

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

background-color css

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

 a { background-color: rgb(207,57,47); }

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

border-color css

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

 span { border-color: rgb(207,57,47); }

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