Html Css Color HEX #DA3423 Persian Red

📋 copy color: '#DA3423'

red 218 ◦ green 52 ◦ blue 35

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

Shades of Persian Red #DA3423

Tints of Persian Red #DA3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 71.48%
G = 17.05%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3423 (or 0xDA3423) is known color: Persian Red. HEX triplet: DA, 34 and 23. RGB value is (218,52,35). Sum of RGB (Red+Green+Blue) = 218+52+35=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3423 is #25CBDC. Grayscale: #636363. Windows color (decimal): -2477021 or 2307290. OLE color: 2307290.

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

Color convert

RGB 218 52 35 -
CMYK 0 0.76 0.84 0.15
HSL 5.57º 0.72% 0.5% -
HSV(B) 5.57º 0.84% 0.85% -
XYZ 30.44 17.48 3.36 -
YUV 99.7 91.5 212.38 -
System Red Green Blue C M Y K H S L
Decimal 218 52 35 0 0.76 0.84 0.15 5.57 0.72 0.5
Hex DA 34 23 0 4C 54 F 6 48 32
Octal 332 64 43 0 114 124 17 6 110 62
Binary 11011010 110100 100011 0 1001100 1010100 1111 110 1001000 110010

Color Harmonies of #DA3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3423

Black with #DA3423

Text Example


Text Example

White with #DA3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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