Html Css Color HEX #CF2520 Persian Red

📋 copy color: '#CF2520'

red 207 ◦ green 37 ◦ blue 32

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

Shades of Persian Red #CF2520

Tints of Persian Red #CF2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 75%
G = 13.41%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF2520 (or 0xCF2520) is known color: Persian Red. HEX triplet: CF, 25 and 20. RGB value is (207,37,32). Sum of RGB (Red+Green+Blue) = 207+37+32=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2520 is #30DADF. Grayscale: #575757. Windows color (decimal): -3201760 or 2106831. OLE color: 2106831.

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

Color convert

RGB 207 37 32 -
CMYK 0 0.82 0.85 0.19
HSL 1.71º 0.73% 0.47% -
HSV(B) 1.71º 0.85% 0.81% -
XYZ 26.65 14.69 2.8 -
YUV 87.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 207 37 32 0 0.82 0.85 0.19 1.71 0.73 0.47
Hex CF 25 20 0 52 55 13 2 49 2F
Octal 317 45 40 0 122 125 23 2 111 57
Binary 11001111 100101 100000 0 1010010 1010101 10011 10 1001001 101111

Color Harmonies of #CF2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2520

Black with #CF2520

Text Example


Text Example

White with #CF2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2520; }

 p { color: rgb(207,37,32); }

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

background-color css

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

 a { background-color: rgb(207,37,32); }

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

border-color css

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

 span { border-color: rgb(207,37,32); }

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