Html Css Color HEX #CF312E Persian Red

📋 copy color: '#CF312E'

red 207 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #CF312E

Tints of Persian Red #CF312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 68.54%
G = 16.23%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF312E (or 0xCF312E) is known color: Persian Red. HEX triplet: CF, 31 and 2E. RGB value is (207,49,46). Sum of RGB (Red+Green+Blue) = 207+49+46=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF312E is #30CED1. Grayscale: #606060. Windows color (decimal): -3198674 or 3027407. OLE color: 3027407.

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

Color convert

RGB 207 49 46 -
CMYK 0 0.76 0.78 0.19
HSL 1.12º 0.64% 0.5% -
HSV(B) 1.12º 0.78% 0.81% -
XYZ 27.32 15.66 4.17 -
YUV 95.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 207 49 46 0 0.76 0.78 0.19 1.12 0.64 0.5
Hex CF 31 2E 0 4C 4E 13 1 40 32
Octal 317 61 56 0 114 116 23 1 100 62
Binary 11001111 110001 101110 0 1001100 1001110 10011 1 1000000 110010

Color Harmonies of #CF312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF312E

Black with #CF312E

Text Example


Text Example

White with #CF312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF312E; }

 p { color: rgb(207,49,46); }

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

background-color css

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

 a { background-color: rgb(207,49,46); }

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

border-color css

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

 span { border-color: rgb(207,49,46); }

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