Html Css Color HEX #D62D2D Persian Red

📋 copy color: '#D62D2D'

red 214 ◦ green 45 ◦ blue 45

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

Shades of Persian Red #D62D2D

Tints of Persian Red #D62D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 70.39%
G = 14.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D62D2D (or 0xD62D2D) is known color: Persian Red. HEX triplet: D6, 2D and 2D. RGB value is (214,45,45). Sum of RGB (Red+Green+Blue) = 214+45+45=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D2D is #29D2D2. Grayscale: #5F5F5F. Windows color (decimal): -2740947 or 2960854. OLE color: 2960854.

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

Color convert

RGB 214 45 45 -
CMYK 0 0.79 0.79 0.16
HSL 0.67% 0.51% -
HSV(B) 0.79% 0.84% -
XYZ 29.14 16.36 4.1 -
YUV 95.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 214 45 45 0 0.79 0.79 0.16 0 0.67 0.51
Hex D6 2D 2D 0 4F 4F 10 0 43 33
Octal 326 55 55 0 117 117 20 0 103 63
Binary 11010110 101101 101101 0 1001111 1001111 10000 0 1000011 110011

Color Harmonies of #D62D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D2D

Black with #D62D2D

Text Example


Text Example

White with #D62D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D2D; }

 p { color: rgb(214,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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