Html Css Color HEX #CF2D28 Persian Red

📋 copy color: '#CF2D28'

red 207 ◦ green 45 ◦ blue 40

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

Shades of Persian Red #CF2D28

Tints of Persian Red #CF2D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 70.89%
G = 15.41%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2D28 (or 0xCF2D28) is known color: Persian Red. HEX triplet: CF, 2D and 28. RGB value is (207,45,40). Sum of RGB (Red+Green+Blue) = 207+45+40=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D28 is #30D2D7. Grayscale: #5D5D5D. Windows color (decimal): -3199704 or 2633167. OLE color: 2633167.

HSL color Cylindrical-coordinate representation of color #CF2D28: hue angle of 1.8º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2D28 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 45 40 -
CMYK 0 0.78 0.81 0.19
HSL 1.8º 0.68% 0.48% -
HSV(B) 1.8º 0.81% 0.81% -
XYZ 27.05 15.3 3.53 -
YUV 92.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 207 45 40 0 0.78 0.81 0.19 1.8 0.68 0.48
Hex CF 2D 28 0 4E 51 13 2 44 30
Octal 317 55 50 0 116 121 23 2 104 60
Binary 11001111 101101 101000 0 1001110 1010001 10011 10 1000100 110000

Color Harmonies of #CF2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D28

Black with #CF2D28

Text Example


Text Example

White with #CF2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D28; }

 p { color: rgb(207,45,40); }

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

background-color css

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

 a { background-color: rgb(207,45,40); }

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

border-color css

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

 span { border-color: rgb(207,45,40); }

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