Html Css Color HEX #CF2525 Persian Red

📋 copy color: '#CF2525'

red 207 ◦ green 37 ◦ blue 37

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

Shades of Persian Red #CF2525

Tints of Persian Red #CF2525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 73.67%
G = 13.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2525 (or 0xCF2525) is known color: Persian Red. HEX triplet: CF, 25 and 25. RGB value is (207,37,37). Sum of RGB (Red+Green+Blue) = 207+37+37=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2525 is #30DADA. Grayscale: #585858. Windows color (decimal): -3201755 or 2434511. OLE color: 2434511.

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

Color convert

RGB 207 37 37 -
CMYK 0 0.82 0.82 0.19
HSL 0.7% 0.48% -
HSV(B) 0.82% 0.81% -
XYZ 26.73 14.72 3.18 -
YUV 87.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 207 37 37 0 0.82 0.82 0.19 0 0.7 0.48
Hex CF 25 25 0 52 52 13 0 46 30
Octal 317 45 45 0 122 122 23 0 106 60
Binary 11001111 100101 100101 0 1010010 1010010 10011 0 1000110 110000

Color Harmonies of #CF2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2525

Black with #CF2525

Text Example


Text Example

White with #CF2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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