Html Css Color HEX #CF2F2E Persian Red

📋 copy color: '#CF2F2E'

red 207 ◦ green 47 ◦ blue 46

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

Shades of Persian Red #CF2F2E

Tints of Persian Red #CF2F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 69%
G = 15.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF2F2E (or 0xCF2F2E) is known color: Persian Red. HEX triplet: CF, 2F and 2E. RGB value is (207,47,46). Sum of RGB (Red+Green+Blue) = 207+47+46=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F2E is #30D0D1. Grayscale: #5E5E5E. Windows color (decimal): -3199186 or 3026895. OLE color: 3026895.

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

Color convert

RGB 207 47 46 -
CMYK 0 0.77 0.78 0.19
HSL 0.37º 0.64% 0.5% -
HSV(B) 0.37º 0.78% 0.81% -
XYZ 27.24 15.5 4.14 -
YUV 94.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 207 47 46 0 0.77 0.78 0.19 0.37 0.64 0.5
Hex CF 2F 2E 0 4D 4E 13 0 40 32
Octal 317 57 56 0 115 116 23 0 100 62
Binary 11001111 101111 101110 0 1001101 1001110 10011 0 1000000 110010

Color Harmonies of #CF2F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F2E

Black with #CF2F2E

Text Example


Text Example

White with #CF2F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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