Html Css Color HEX #D2362B Persian Red

📋 copy color: '#D2362B'

red 210 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #D2362B

Tints of Persian Red #D2362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 68.4%
G = 17.59%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2362B (or 0xD2362B) is known color: Persian Red. HEX triplet: D2, 36 and 2B. RGB value is (210,54,43). Sum of RGB (Red+Green+Blue) = 210+54+43=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2362B is #2DC9D4. Grayscale: #636363. Windows color (decimal): -3000789 or 2832082. OLE color: 2832082.

HSL color Cylindrical-coordinate representation of color #D2362B: hue angle of 3.95º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2362B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 43 -
CMYK 0 0.74 0.80 0.18
HSL 3.95º 0.66% 0.5% -
HSV(B) 3.95º 0.8% 0.82% -
XYZ 28.33 16.51 3.98 -
YUV 99.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 210 54 43 0 0.74 0.80 0.18 3.95 0.66 0.5
Hex D2 36 2B 0 4A 50 12 4 42 32
Octal 322 66 53 0 112 120 22 4 102 62
Binary 11010010 110110 101011 0 1001010 1010000 10010 100 1000010 110010

Color Harmonies of #D2362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2362B

Black with #D2362B

Text Example


Text Example

White with #D2362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2362B; }

 p { color: rgb(210,54,43); }

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

background-color css

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

 a { background-color: rgb(210,54,43); }

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

border-color css

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

 span { border-color: rgb(210,54,43); }

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