Html Css Color HEX #D23C2B Persian Red

📋 copy color: '#D23C2B'

red 210 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #D23C2B

Tints of Persian Red #D23C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

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

R = 67.09%
G = 19.17%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D23C2B (or 0xD23C2B) is known color: Persian Red. HEX triplet: D2, 3C and 2B. RGB value is (210,60,43). Sum of RGB (Red+Green+Blue) = 210+60+43=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C2B is #2DC3D4. Grayscale: #676767. Windows color (decimal): -2999253 or 2833618. OLE color: 2833618.

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

Color convert

RGB 210 60 43 -
CMYK 0 0.71 0.80 0.18
HSL 6.11º 0.66% 0.5% -
HSV(B) 6.11º 0.8% 0.82% -
XYZ 28.63 17.11 4.08 -
YUV 102.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 210 60 43 0 0.71 0.80 0.18 6.11 0.66 0.5
Hex D2 3C 2B 0 47 50 12 6 42 32
Octal 322 74 53 0 107 120 22 6 102 62
Binary 11010010 111100 101011 0 1000111 1010000 10010 110 1000010 110010

Color Harmonies of #D23C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C2B

Black with #D23C2B

Text Example


Text Example

White with #D23C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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