Html Css Color HEX #D6302A Persian Red

📋 copy color: '#D6302A'

red 214 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #D6302A

Tints of Persian Red #D6302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 70.39%
G = 15.79%
B = 13.82%

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

#D6302A (or 0xD6302A) is known color: Persian Red. HEX triplet: D6, 30 and 2A. RGB value is (214,48,42). Sum of RGB (Red+Green+Blue) = 214+48+42=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D6302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6302A is #29CFD5. Grayscale: #616161. Windows color (decimal): -2740182 or 2765014. OLE color: 2765014.

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

Color convert

RGB 214 48 42 -
CMYK 0 0.78 0.80 0.16
HSL 2.09º 0.68% 0.5% -
HSV(B) 2.09º 0.8% 0.84% -
XYZ 29.21 16.58 3.85 -
YUV 96.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 214 48 42 0 0.78 0.80 0.16 2.09 0.68 0.5
Hex D6 30 2A 0 4E 50 10 2 44 32
Octal 326 60 52 0 116 120 20 2 104 62
Binary 11010110 110000 101010 0 1001110 1010000 10000 10 1000100 110010

Color Harmonies of #D6302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6302A

Black with #D6302A

Text Example


Text Example

White with #D6302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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