Html Css Color HEX #D02A26 Persian Red

📋 copy color: '#D02A26'

red 208 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #D02A26

Tints of Persian Red #D02A26

RGB

 RED value IS 208 (81.64% from 255) = 72.22%

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 72.22%
G = 14.58%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D02A26 (or 0xD02A26) is known color: Persian Red. HEX triplet: D0, 2A and 26. RGB value is (208,42,38). Sum of RGB (Red+Green+Blue) = 208+42+38=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A26 is #2FD5D9. Grayscale: #5B5B5B. Windows color (decimal): -3134938 or 2501328. OLE color: 2501328.

HSL color Cylindrical-coordinate representation of color #D02A26: hue angle of 1.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02A26 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 42 38 -
CMYK 0 0.80 0.82 0.18
HSL 1.41º 0.69% 0.48% -
HSV(B) 1.41º 0.82% 0.82% -
XYZ 27.19 15.21 3.34 -
YUV 91.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 208 42 38 0 0.80 0.82 0.18 1.41 0.69 0.48
Hex D0 2A 26 0 50 52 12 1 45 30
Octal 320 52 46 0 120 122 22 1 105 60
Binary 11010000 101010 100110 0 1010000 1010010 10010 1 1000101 110000

Color Harmonies of #D02A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A26

Black with #D02A26

Text Example


Text Example

White with #D02A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A26; }

 p { color: rgb(208,42,38); }

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

background-color css

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

 a { background-color: rgb(208,42,38); }

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

border-color css

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

 span { border-color: rgb(208,42,38); }

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