Html Css Color HEX #D23022 Persian Red

📋 copy color: '#D23022'

red 210 ◦ green 48 ◦ blue 34

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

Shades of Persian Red #D23022

Tints of Persian Red #D23022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.64%

R = 71.92%
G = 16.44%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D23022 (or 0xD23022) is known color: Persian Red. HEX triplet: D2, 30 and 22. RGB value is (210,48,34). Sum of RGB (Red+Green+Blue) = 210+48+34=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D23022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23022 is #2DCFDD. Grayscale: #5F5F5F. Windows color (decimal): -3002334 or 2240722. OLE color: 2240722.

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

Color convert

RGB 210 48 34 -
CMYK 0 0.77 0.84 0.18
HSL 4.77º 0.72% 0.48% -
HSV(B) 4.77º 0.84% 0.82% -
XYZ 27.92 15.93 3.12 -
YUV 94.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 210 48 34 0 0.77 0.84 0.18 4.77 0.72 0.48
Hex D2 30 22 0 4D 54 12 5 48 30
Octal 322 60 42 0 115 124 22 5 110 60
Binary 11010010 110000 100010 0 1001101 1010100 10010 101 1001000 110000

Color Harmonies of #D23022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23022

Black with #D23022

Text Example


Text Example

White with #D23022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23022; }

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

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

background-color css

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

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

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

border-color css

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

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

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