Html Css Color HEX #CF2F25 Persian Red

📋 copy color: '#CF2F25'

red 207 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #CF2F25

Tints of Persian Red #CF2F25

RGB

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

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

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

R = 71.13%
G = 16.15%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2F25 (or 0xCF2F25) is known color: Persian Red. HEX triplet: CF, 2F and 25. RGB value is (207,47,37). Sum of RGB (Red+Green+Blue) = 207+47+37=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F25 is #30D0DA. Grayscale: #5D5D5D. Windows color (decimal): -3199195 or 2437071. OLE color: 2437071.

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

Color convert

RGB 207 47 37 -
CMYK 0 0.77 0.82 0.19
HSL 3.53º 0.7% 0.48% -
HSV(B) 3.53º 0.82% 0.81% -
XYZ 27.08 15.43 3.3 -
YUV 93.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 207 47 37 0 0.77 0.82 0.19 3.53 0.7 0.48
Hex CF 2F 25 0 4D 52 13 4 46 30
Octal 317 57 45 0 115 122 23 4 106 60
Binary 11001111 101111 100101 0 1001101 1010010 10011 100 1000110 110000

Color Harmonies of #CF2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F25

Black with #CF2F25

Text Example


Text Example

White with #CF2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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