Html Css Color HEX #DA2F23 Persian Red

📋 copy color: '#DA2F23'

red 218 ◦ green 47 ◦ blue 35

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

Shades of Persian Red #DA2F23

Tints of Persian Red #DA2F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 72.67%
G = 15.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2F23 (or 0xDA2F23) is known color: Persian Red. HEX triplet: DA, 2F and 23. RGB value is (218,47,35). Sum of RGB (Red+Green+Blue) = 218+47+35=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F23 is #25D0DC. Grayscale: #606060. Windows color (decimal): -2478301 or 2306010. OLE color: 2306010.

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

Color convert

RGB 218 47 35 -
CMYK 0 0.78 0.84 0.15
HSL 3.93º 0.72% 0.5% -
HSV(B) 3.93º 0.84% 0.85% -
XYZ 30.23 17.06 3.29 -
YUV 96.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 218 47 35 0 0.78 0.84 0.15 3.93 0.72 0.5
Hex DA 2F 23 0 4E 54 F 4 48 32
Octal 332 57 43 0 116 124 17 4 110 62
Binary 11011010 101111 100011 0 1001110 1010100 1111 100 1001000 110010

Color Harmonies of #DA2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F23

Black with #DA2F23

Text Example


Text Example

White with #DA2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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