Html Css Color HEX #CF312B Persian Red

📋 copy color: '#CF312B'

red 207 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #CF312B

Tints of Persian Red #CF312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 69.23%
G = 16.39%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF312B (or 0xCF312B) is known color: Persian Red. HEX triplet: CF, 31 and 2B. RGB value is (207,49,43). Sum of RGB (Red+Green+Blue) = 207+49+43=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF312B is #30CED4. Grayscale: #5F5F5F. Windows color (decimal): -3198677 or 2830799. OLE color: 2830799.

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

Color convert

RGB 207 49 43 -
CMYK 0 0.76 0.79 0.19
HSL 2.2º 0.66% 0.49% -
HSV(B) 2.2º 0.79% 0.81% -
XYZ 27.27 15.64 3.87 -
YUV 95.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 207 49 43 0 0.76 0.79 0.19 2.2 0.66 0.49
Hex CF 31 2B 0 4C 4F 13 2 42 31
Octal 317 61 53 0 114 117 23 2 102 61
Binary 11001111 110001 101011 0 1001100 1001111 10011 10 1000010 110001

Color Harmonies of #CF312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF312B

Black with #CF312B

Text Example


Text Example

White with #CF312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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