Html Css Color HEX #CF2F22 Persian Red

📋 copy color: '#CF2F22'

red 207 ◦ green 47 ◦ blue 34

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

Shades of Persian Red #CF2F22

Tints of Persian Red #CF2F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 71.88%
G = 16.32%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2F22 (or 0xCF2F22) is known color: Persian Red. HEX triplet: CF, 2F and 22. RGB value is (207,47,34). Sum of RGB (Red+Green+Blue) = 207+47+34=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F22 is #30D0DD. Grayscale: #5D5D5D. Windows color (decimal): -3199198 or 2240463. OLE color: 2240463.

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

Color convert

RGB 207 47 34 -
CMYK 0 0.77 0.84 0.19
HSL 4.51º 0.72% 0.47% -
HSV(B) 4.51º 0.84% 0.81% -
XYZ 27.04 15.41 3.06 -
YUV 93.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 207 47 34 0 0.77 0.84 0.19 4.51 0.72 0.47
Hex CF 2F 22 0 4D 54 13 5 48 2F
Octal 317 57 42 0 115 124 23 5 110 57
Binary 11001111 101111 100010 0 1001101 1010100 10011 101 1001000 101111

Color Harmonies of #CF2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F22

Black with #CF2F22

Text Example


Text Example

White with #CF2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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