Html Css Color HEX #DA2B25 Persian Red

📋 copy color: '#DA2B25'

red 218 ◦ green 43 ◦ blue 37

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

Shades of Persian Red #DA2B25

Tints of Persian Red #DA2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 73.15%
G = 14.43%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2B25 (or 0xDA2B25) is known color: Persian Red. HEX triplet: DA, 2B and 25. RGB value is (218,43,37). Sum of RGB (Red+Green+Blue) = 218+43+37=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B25 is #25D4DA. Grayscale: #5E5E5E. Windows color (decimal): -2479323 or 2436058. OLE color: 2436058.

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

Color convert

RGB 218 43 37 -
CMYK 0 0.80 0.83 0.15
HSL 1.99º 0.71% 0.5% -
HSV(B) 1.99º 0.83% 0.85% -
XYZ 30.11 16.77 3.4 -
YUV 94.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 218 43 37 0 0.80 0.83 0.15 1.99 0.71 0.5
Hex DA 2B 25 0 50 53 F 2 47 32
Octal 332 53 45 0 120 123 17 2 107 62
Binary 11011010 101011 100101 0 1010000 1010011 1111 10 1000111 110010

Color Harmonies of #DA2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B25

Black with #DA2B25

Text Example


Text Example

White with #DA2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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