Html Css Color HEX #D02C23 Persian Red

📋 copy color: '#D02C23'

red 208 ◦ green 44 ◦ blue 35

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

Shades of Persian Red #D02C23

Tints of Persian Red #D02C23

RGB

 RED value IS 208 (81.64% from 255) = 72.47%

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 72.47%
G = 15.33%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02C23 (or 0xD02C23) is known color: Persian Red. HEX triplet: D0, 2C and 23. RGB value is (208,44,35). Sum of RGB (Red+Green+Blue) = 208+44+35=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C23 is #2FD3DC. Grayscale: #5C5C5C. Windows color (decimal): -3134429 or 2305232. OLE color: 2305232.

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

Color convert

RGB 208 44 35 -
CMYK 0 0.79 0.83 0.18
HSL 3.12º 0.71% 0.48% -
HSV(B) 3.12º 0.83% 0.82% -
XYZ 27.22 15.33 3.12 -
YUV 92.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 208 44 35 0 0.79 0.83 0.18 3.12 0.71 0.48
Hex D0 2C 23 0 4F 53 12 3 47 30
Octal 320 54 43 0 117 123 22 3 107 60
Binary 11010000 101100 100011 0 1001111 1010011 10010 11 1000111 110000

Color Harmonies of #D02C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C23

Black with #D02C23

Text Example


Text Example

White with #D02C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C23; }

 p { color: rgb(208,44,35); }

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

background-color css

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

 a { background-color: rgb(208,44,35); }

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

border-color css

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

 span { border-color: rgb(208,44,35); }

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