Html Css Color HEX #CF2828 Persian Red

📋 copy color: '#CF2828'

red 207 ◦ green 40 ◦ blue 40

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

Shades of Persian Red #CF2828

Tints of Persian Red #CF2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 72.13%
G = 13.94%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2828 (or 0xCF2828) is known color: Persian Red. HEX triplet: CF, 28 and 28. RGB value is (207,40,40). Sum of RGB (Red+Green+Blue) = 207+40+40=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2828 is #30D7D7. Grayscale: #5A5A5A. Windows color (decimal): -3200984 or 2631887. OLE color: 2631887.

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

Color convert

RGB 207 40 40 -
CMYK 0 0.81 0.81 0.19
HSL 0.68% 0.48% -
HSV(B) 0.81% 0.81% -
XYZ 26.87 14.94 3.47 -
YUV 89.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 207 40 40 0 0.81 0.81 0.19 0 0.68 0.48
Hex CF 28 28 0 51 51 13 0 44 30
Octal 317 50 50 0 121 121 23 0 104 60
Binary 11001111 101000 101000 0 1010001 1010001 10011 0 1000100 110000

Color Harmonies of #CF2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2828

Black with #CF2828

Text Example


Text Example

White with #CF2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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