Html Css Color HEX #DA3323 Persian Red

📋 copy color: '#DA3323'

red 218 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #DA3323

Tints of Persian Red #DA3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 71.71%
G = 16.78%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3323 (or 0xDA3323) is known color: Persian Red. HEX triplet: DA, 33 and 23. RGB value is (218,51,35). Sum of RGB (Red+Green+Blue) = 218+51+35=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3323 is #25CCDC. Grayscale: #636363. Windows color (decimal): -2477277 or 2307034. OLE color: 2307034.

HSL color Cylindrical-coordinate representation of color #DA3323: hue angle of 5.25º 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 #DA3323 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 35 -
CMYK 0 0.77 0.84 0.15
HSL 5.25º 0.72% 0.5% -
HSV(B) 5.25º 0.84% 0.85% -
XYZ 30.4 17.39 3.35 -
YUV 99.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 218 51 35 0 0.77 0.84 0.15 5.25 0.72 0.5
Hex DA 33 23 0 4D 54 F 5 48 32
Octal 332 63 43 0 115 124 17 5 110 62
Binary 11011010 110011 100011 0 1001101 1010100 1111 101 1001000 110010

Color Harmonies of #DA3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3323

Black with #DA3323

Text Example


Text Example

White with #DA3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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