Html Css Color HEX #D2302A Persian Red

📋 copy color: '#D2302A'

red 210 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #D2302A

Tints of Persian Red #D2302A

RGB

 RED value IS 210 (82.42% from 255) = 70%

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

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

R = 70%
G = 16%
B = 14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2302A (or 0xD2302A) is known color: Persian Red. HEX triplet: D2, 30 and 2A. RGB value is (210,48,42). Sum of RGB (Red+Green+Blue) = 210+48+42=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D2302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2302A is #2DCFD5. Grayscale: #5F5F5F. Windows color (decimal): -3002326 or 2765010. OLE color: 2765010.

HSL color Cylindrical-coordinate representation of color #D2302A: hue angle of 2.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2302A is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 42 -
CMYK 0 0.77 0.8 0.18
HSL 2.14º 0.67% 0.49% -
HSV(B) 2.14º 0.8% 0.82% -
XYZ 28.05 15.98 3.8 -
YUV 95.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 210 48 42 0 0.77 0.8 0.18 2.14 0.67 0.49
Hex D2 30 2A 0 4D 50 12 2 43 31
Octal 322 60 52 0 115 120 22 2 103 61
Binary 11010010 110000 101010 0 1001101 1010000 10010 10 1000011 110001

Color Harmonies of #D2302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2302A

Black with #D2302A

Text Example


Text Example

White with #D2302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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