Html Css Color HEX #CF2928 Persian Red

📋 copy color: '#CF2928'

red 207 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #CF2928

Tints of Persian Red #CF2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 71.88%
G = 14.24%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2928 (or 0xCF2928) is known color: Persian Red. HEX triplet: CF, 29 and 28. RGB value is (207,41,40). Sum of RGB (Red+Green+Blue) = 207+41+40=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2928 is #30D6D7. Grayscale: #5A5A5A. Windows color (decimal): -3200728 or 2632143. OLE color: 2632143.

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

Color convert

RGB 207 41 40 -
CMYK 0 0.80 0.81 0.19
HSL 0.36º 0.68% 0.48% -
HSV(B) 0.36º 0.81% 0.81% -
XYZ 26.91 15 3.49 -
YUV 90.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 207 41 40 0 0.80 0.81 0.19 0.36 0.68 0.48
Hex CF 29 28 0 50 51 13 0 44 30
Octal 317 51 50 0 120 121 23 0 104 60
Binary 11001111 101001 101000 0 1010000 1010001 10011 0 1000100 110000

Color Harmonies of #CF2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2928

Black with #CF2928

Text Example


Text Example

White with #CF2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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