Html Css Color HEX #D62F2C Persian Red

📋 copy color: '#D62F2C'

red 214 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #D62F2C

Tints of Persian Red #D62F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 70.16%
G = 15.41%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D62F2C (or 0xD62F2C) is known color: Persian Red. HEX triplet: D6, 2F and 2C. RGB value is (214,47,44). Sum of RGB (Red+Green+Blue) = 214+47+44=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F2C is #29D0D3. Grayscale: #606060. Windows color (decimal): -2740436 or 2895830. OLE color: 2895830.

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

Color convert

RGB 214 47 44 -
CMYK 0 0.78 0.79 0.16
HSL 1.06º 0.67% 0.51% -
HSV(B) 1.06º 0.79% 0.84% -
XYZ 29.2 16.51 4.03 -
YUV 96.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 214 47 44 0 0.78 0.79 0.16 1.06 0.67 0.51
Hex D6 2F 2C 0 4E 4F 10 1 43 33
Octal 326 57 54 0 116 117 20 1 103 63
Binary 11010110 101111 101100 0 1001110 1001111 10000 1 1000011 110011

Color Harmonies of #D62F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F2C

Black with #D62F2C

Text Example


Text Example

White with #D62F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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