Html Css Color HEX #D6302D Persian Red

📋 copy color: '#D6302D'

red 214 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #D6302D

Tints of Persian Red #D6302D

RGB

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

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

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

R = 69.71%
G = 15.64%
B = 14.66%

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

#D6302D (or 0xD6302D) is known color: Persian Red. HEX triplet: D6, 30 and 2D. RGB value is (214,48,45). Sum of RGB (Red+Green+Blue) = 214+48+45=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6302D is #29CFD2. Grayscale: #616161. Windows color (decimal): -2740179 or 2961622. OLE color: 2961622.

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

Color convert

RGB 214 48 45 -
CMYK 0 0.78 0.79 0.16
HSL 1.07º 0.67% 0.51% -
HSV(B) 1.07º 0.79% 0.84% -
XYZ 29.26 16.6 4.14 -
YUV 97.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 214 48 45 0 0.78 0.79 0.16 1.07 0.67 0.51
Hex D6 30 2D 0 4E 4F 10 1 43 33
Octal 326 60 55 0 116 117 20 1 103 63
Binary 11010110 110000 101101 0 1001110 1001111 10000 1 1000011 110011

Color Harmonies of #D6302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6302D

Black with #D6302D

Text Example


Text Example

White with #D6302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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