Html Css Color HEX #DA332F Persian Red

📋 copy color: '#DA332F'

red 218 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #DA332F

Tints of Persian Red #DA332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 68.99%
G = 16.14%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA332F (or 0xDA332F) is known color: Persian Red. HEX triplet: DA, 33 and 2F. RGB value is (218,51,47). Sum of RGB (Red+Green+Blue) = 218+51+47=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA332F is #25CCD0. Grayscale: #646464. Windows color (decimal): -2477265 or 3093466. OLE color: 3093466.

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

Color convert

RGB 218 51 47 -
CMYK 0 0.77 0.78 0.15
HSL 1.4º 0.7% 0.52% -
HSV(B) 1.4º 0.78% 0.85% -
XYZ 30.61 17.48 4.45 -
YUV 100.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 218 51 47 0 0.77 0.78 0.15 1.4 0.7 0.52
Hex DA 33 2F 0 4D 4E F 1 46 34
Octal 332 63 57 0 115 116 17 1 106 64
Binary 11011010 110011 101111 0 1001101 1001110 1111 1 1000110 110100

Color Harmonies of #DA332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA332F

Black with #DA332F

Text Example


Text Example

White with #DA332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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