Html Css Color HEX #D2402A Persian Red

📋 copy color: '#D2402A'

red 210 ◦ green 64 ◦ blue 42

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

Shades of Persian Red #D2402A

Tints of Persian Red #D2402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 66.46%
G = 20.25%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2402A (or 0xD2402A) is known color: Persian Red. HEX triplet: D2, 40 and 2A. RGB value is (210,64,42). Sum of RGB (Red+Green+Blue) = 210+64+42=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D2402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2402A is #2DBFD5. Grayscale: #696969. Windows color (decimal): -2998230 or 2769106. OLE color: 2769106.

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

Color convert

RGB 210 64 42 -
CMYK 0 0.70 0.8 0.18
HSL 7.86º 0.67% 0.49% -
HSV(B) 7.86º 0.8% 0.82% -
XYZ 28.83 17.54 4.06 -
YUV 105.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 210 64 42 0 0.70 0.8 0.18 7.86 0.67 0.49
Hex D2 40 2A 0 46 50 12 8 43 31
Octal 322 100 52 0 106 120 22 10 103 61
Binary 11010010 1000000 101010 0 1000110 1010000 10010 1000 1000011 110001

Color Harmonies of #D2402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2402A

Black with #D2402A

Text Example


Text Example

White with #D2402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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