Html Css Color HEX #D62F2A Persian Red

📋 copy color: '#D62F2A'

red 214 ◦ green 47 ◦ blue 42

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

Shades of Persian Red #D62F2A

Tints of Persian Red #D62F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 70.63%
G = 15.51%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D62F2A (or 0xD62F2A) is known color: Persian Red. HEX triplet: D6, 2F and 2A. RGB value is (214,47,42). Sum of RGB (Red+Green+Blue) = 214+47+42=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F2A is #29D0D5. Grayscale: #606060. Windows color (decimal): -2740438 or 2764758. OLE color: 2764758.

HSL color Cylindrical-coordinate representation of color #D62F2A: hue angle of 1.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62F2A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 42 -
CMYK 0 0.78 0.80 0.16
HSL 1.74º 0.68% 0.5% -
HSV(B) 1.74º 0.8% 0.84% -
XYZ 29.17 16.5 3.84 -
YUV 96.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 214 47 42 0 0.78 0.80 0.16 1.74 0.68 0.5
Hex D6 2F 2A 0 4E 50 10 2 44 32
Octal 326 57 52 0 116 120 20 2 104 62
Binary 11010110 101111 101010 0 1001110 1010000 10000 10 1000100 110010

Color Harmonies of #D62F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F2A

Black with #D62F2A

Text Example


Text Example

White with #D62F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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