Html Css Color HEX #DA3023 Persian Red

📋 copy color: '#DA3023'

red 218 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #DA3023

Tints of Persian Red #DA3023

RGB

 RED value IS 218 (85.55% from 255) = 72.43%

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

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

R = 72.43%
G = 15.95%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3023 (or 0xDA3023) is known color: Persian Red. HEX triplet: DA, 30 and 23. RGB value is (218,48,35). Sum of RGB (Red+Green+Blue) = 218+48+35=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3023 is #25CFDC. Grayscale: #616161. Windows color (decimal): -2478045 or 2306266. OLE color: 2306266.

HSL color Cylindrical-coordinate representation of color #DA3023: hue angle of 4.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA3023 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 35 -
CMYK 0 0.78 0.84 0.15
HSL 4.26º 0.72% 0.5% -
HSV(B) 4.26º 0.84% 0.85% -
XYZ 30.27 17.14 3.3 -
YUV 97.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 218 48 35 0 0.78 0.84 0.15 4.26 0.72 0.5
Hex DA 30 23 0 4E 54 F 4 48 32
Octal 332 60 43 0 116 124 17 4 110 62
Binary 11011010 110000 100011 0 1001110 1010100 1111 100 1001000 110010

Color Harmonies of #DA3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3023

Black with #DA3023

Text Example


Text Example

White with #DA3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3023; }

 p { color: rgb(218,48,35); }

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

background-color css

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

 a { background-color: rgb(218,48,35); }

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

border-color css

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

 span { border-color: rgb(218,48,35); }

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