Html Css Color HEX #D6302C Persian Red

📋 copy color: '#D6302C'

red 214 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #D6302C

Tints of Persian Red #D6302C

RGB

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

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

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

R = 69.93%
G = 15.69%
B = 14.38%

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

#D6302C (or 0xD6302C) is known color: Persian Red. HEX triplet: D6, 30 and 2C. RGB value is (214,48,44). Sum of RGB (Red+Green+Blue) = 214+48+44=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6302C is #29CFD3. Grayscale: #616161. Windows color (decimal): -2740180 or 2896086. OLE color: 2896086.

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

Color convert

RGB 214 48 44 -
CMYK 0 0.78 0.79 0.16
HSL 1.41º 0.67% 0.51% -
HSV(B) 1.41º 0.79% 0.84% -
XYZ 29.24 16.59 4.04 -
YUV 97.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 214 48 44 0 0.78 0.79 0.16 1.41 0.67 0.51
Hex D6 30 2C 0 4E 4F 10 1 43 33
Octal 326 60 54 0 116 117 20 1 103 63
Binary 11010110 110000 101100 0 1001110 1001111 10000 1 1000011 110011

Color Harmonies of #D6302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6302C

Black with #D6302C

Text Example


Text Example

White with #D6302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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