Html Css Color HEX #CF312F Persian Red

📋 copy color: '#CF312F'

red 207 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #CF312F

Tints of Persian Red #CF312F

RGB

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

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

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

R = 68.32%
G = 16.17%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF312F (or 0xCF312F) is known color: Persian Red. HEX triplet: CF, 31 and 2F. RGB value is (207,49,47). Sum of RGB (Red+Green+Blue) = 207+49+47=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF312F is #30CED0. Grayscale: #606060. Windows color (decimal): -3198673 or 3092943. OLE color: 3092943.

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

Color convert

RGB 207 49 47 -
CMYK 0 0.76 0.77 0.19
HSL 0.75º 0.63% 0.5% -
HSV(B) 0.75º 0.77% 0.81% -
XYZ 27.34 15.67 4.27 -
YUV 96.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 207 49 47 0 0.76 0.77 0.19 0.75 0.63 0.5
Hex CF 31 2F 0 4C 4D 13 1 3F 32
Octal 317 61 57 0 114 115 23 1 77 62
Binary 11001111 110001 101111 0 1001100 1001101 10011 1 111111 110010

Color Harmonies of #CF312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF312F

Black with #CF312F

Text Example


Text Example

White with #CF312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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