Html Css Color HEX #DA3327 Persian Red

📋 copy color: '#DA3327'

red 218 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #DA3327

Tints of Persian Red #DA3327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 70.78%
G = 16.56%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3327 (or 0xDA3327) is known color: Persian Red. HEX triplet: DA, 33 and 27. RGB value is (218,51,39). Sum of RGB (Red+Green+Blue) = 218+51+39=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3327 is #25CCD8. Grayscale: #636363. Windows color (decimal): -2477273 or 2569178. OLE color: 2569178.

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

Color convert

RGB 218 51 39 -
CMYK 0 0.77 0.82 0.15
HSL 4.02º 0.71% 0.5% -
HSV(B) 4.02º 0.82% 0.85% -
XYZ 30.46 17.42 3.68 -
YUV 99.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 218 51 39 0 0.77 0.82 0.15 4.02 0.71 0.5
Hex DA 33 27 0 4D 52 F 4 47 32
Octal 332 63 47 0 115 122 17 4 107 62
Binary 11011010 110011 100111 0 1001101 1010010 1111 100 1000111 110010

Color Harmonies of #DA3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3327

Black with #DA3327

Text Example


Text Example

White with #DA3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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