Html Css Color HEX #CF2E29 Persian Red

📋 copy color: '#CF2E29'

red 207 ◦ green 46 ◦ blue 41

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

Shades of Persian Red #CF2E29

Tints of Persian Red #CF2E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 70.41%
G = 15.65%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF2E29 (or 0xCF2E29) is known color: Persian Red. HEX triplet: CF, 2E and 29. RGB value is (207,46,41). Sum of RGB (Red+Green+Blue) = 207+46+41=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E29 is #30D1D6. Grayscale: #5D5D5D. Windows color (decimal): -3199447 or 2698959. OLE color: 2698959.

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

Color convert

RGB 207 46 41 -
CMYK 0 0.78 0.80 0.19
HSL 1.81º 0.67% 0.49% -
HSV(B) 1.81º 0.8% 0.81% -
XYZ 27.11 15.38 3.64 -
YUV 93.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 207 46 41 0 0.78 0.80 0.19 1.81 0.67 0.49
Hex CF 2E 29 0 4E 50 13 2 43 31
Octal 317 56 51 0 116 120 23 2 103 61
Binary 11001111 101110 101001 0 1001110 1010000 10011 10 1000011 110001

Color Harmonies of #CF2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E29

Black with #CF2E29

Text Example


Text Example

White with #CF2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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