Html Css Color HEX #DE2B2B Persian Red

📋 copy color: '#DE2B2B'

red 222 ◦ green 43 ◦ blue 43

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

Shades of Persian Red #DE2B2B

Tints of Persian Red #DE2B2B

RGB

 RED value IS 222 (87.11% from 255) = 72.08%

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

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

R = 72.08%
G = 13.96%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE2B2B (or 0xDE2B2B) is known color: Persian Red. HEX triplet: DE, 2B and 2B. RGB value is (222,43,43). Sum of RGB (Red+Green+Blue) = 222+43+43=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2B2B is #21D4D4. Grayscale: #606060. Windows color (decimal): -2217173 or 2829278. OLE color: 2829278.

HSL color Cylindrical-coordinate representation of color #DE2B2B: hue angle of 0º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2B2B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 43 43 -
CMYK 0 0.81 0.81 0.13
HSL 0.73% 0.52% -
HSV(B) 0.81% 0.87% -
XYZ 31.42 17.43 3.99 -
YUV 96.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 222 43 43 0 0.81 0.81 0.13 0 0.73 0.52
Hex DE 2B 2B 0 51 51 D 0 49 34
Octal 336 53 53 0 121 121 15 0 111 64
Binary 11011110 101011 101011 0 1010001 1010001 1101 0 1001001 110100

Color Harmonies of #DE2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B2B

Black with #DE2B2B

Text Example


Text Example

White with #DE2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B2B; }

 p { color: rgb(222,43,43); }

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

background-color css

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

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

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

border-color css

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

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

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