Html Css Color HEX #CF2F29 Persian Red

📋 copy color: '#CF2F29'

red 207 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #CF2F29

Tints of Persian Red #CF2F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 70.17%
G = 15.93%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF2F29 (or 0xCF2F29) is known color: Persian Red. HEX triplet: CF, 2F and 29. RGB value is (207,47,41). Sum of RGB (Red+Green+Blue) = 207+47+41=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F29 is #30D0D6. Grayscale: #5E5E5E. Windows color (decimal): -3199191 or 2699215. OLE color: 2699215.

HSL color Cylindrical-coordinate representation of color #CF2F29: hue angle of 2.17º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2F29 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 41 -
CMYK 0 0.77 0.80 0.19
HSL 2.17º 0.67% 0.49% -
HSV(B) 2.17º 0.8% 0.81% -
XYZ 27.15 15.46 3.65 -
YUV 94.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 207 47 41 0 0.77 0.80 0.19 2.17 0.67 0.49
Hex CF 2F 29 0 4D 50 13 2 43 31
Octal 317 57 51 0 115 120 23 2 103 61
Binary 11001111 101111 101001 0 1001101 1010000 10011 10 1000011 110001

Color Harmonies of #CF2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F29

Black with #CF2F29

Text Example


Text Example

White with #CF2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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