Html Css Color HEX #DA332B Persian Red

📋 copy color: '#DA332B'

red 218 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #DA332B

Tints of Persian Red #DA332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 69.87%
G = 16.35%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA332B (or 0xDA332B) is known color: Persian Red. HEX triplet: DA, 33 and 2B. RGB value is (218,51,43). Sum of RGB (Red+Green+Blue) = 218+51+43=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA332B is #25CCD4. Grayscale: #646464. Windows color (decimal): -2477269 or 2831322. OLE color: 2831322.

HSL color Cylindrical-coordinate representation of color #DA332B: hue angle of 2.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA332B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 43 -
CMYK 0 0.77 0.80 0.15
HSL 2.74º 0.7% 0.51% -
HSV(B) 2.74º 0.8% 0.85% -
XYZ 30.53 17.45 4.04 -
YUV 100.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 218 51 43 0 0.77 0.80 0.15 2.74 0.7 0.51
Hex DA 33 2B 0 4D 50 F 3 46 33
Octal 332 63 53 0 115 120 17 3 106 63
Binary 11011010 110011 101011 0 1001101 1010000 1111 11 1000110 110011

Color Harmonies of #DA332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA332B

Black with #DA332B

Text Example


Text Example

White with #DA332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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