Html Css Color HEX #D62C28 Persian Red

📋 copy color: '#D62C28'

red 214 ◦ green 44 ◦ blue 40

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

Shades of Persian Red #D62C28

Tints of Persian Red #D62C28

RGB

 RED value IS 214 (83.98% from 255) = 71.81%

 GREEN value IS 44 (17.58% from 255) = 14.77%

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

R = 71.81%
G = 14.77%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62C28 (or 0xD62C28) is known color: Persian Red. HEX triplet: D6, 2C and 28. RGB value is (214,44,40). Sum of RGB (Red+Green+Blue) = 214+44+40=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C28 is #29D3D7. Grayscale: #5E5E5E. Windows color (decimal): -2741208 or 2632918. OLE color: 2632918.

HSL color Cylindrical-coordinate representation of color #D62C28: hue angle of 1.38º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62C28 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 44 40 -
CMYK 0 0.79 0.81 0.16
HSL 1.38º 0.69% 0.5% -
HSV(B) 1.38º 0.81% 0.84% -
XYZ 29.02 16.25 3.61 -
YUV 94.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 214 44 40 0 0.79 0.81 0.16 1.38 0.69 0.5
Hex D6 2C 28 0 4F 51 10 1 45 32
Octal 326 54 50 0 117 121 20 1 105 62
Binary 11010110 101100 101000 0 1001111 1010001 10000 1 1000101 110010

Color Harmonies of #D62C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C28

Black with #D62C28

Text Example


Text Example

White with #D62C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C28; }

 p { color: rgb(214,44,40); }

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

background-color css

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

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

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

border-color css

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

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

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