Html Css Color HEX #DA0222 Venetian Red

📋 copy color: '#DA0222'

red 218 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #DA0222

Tints of Venetian Red #DA0222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 85.83%
G = 0.79%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0222 (or 0xDA0222) is known color: Venetian Red. HEX triplet: DA, 02 and 22. RGB value is (218,2,34). Sum of RGB (Red+Green+Blue) = 218+2+34=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0222 is #25FDDD. Grayscale: #464646. Windows color (decimal): -2489822 or 2228954. OLE color: 2228954.

HSL color Cylindrical-coordinate representation of color #DA0222: hue angle of 351.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0222 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 34 -
CMYK 0 0.99 0.84 0.15
HSL 351.11º 0.98% 0.43% -
HSV(B) 351.11º 0.99% 0.85% -
XYZ 29.22 15.06 2.88 -
YUV 70.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 218 2 34 0 0.99 0.84 0.15 351.11 0.98 0.43
Hex DA 2 22 0 63 54 F 15F 62 2B
Octal 332 2 42 0 143 124 17 537 142 53
Binary 11011010 10 100010 0 1100011 1010100 1111 101011111 1100010 101011

Color Harmonies of #DA0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0222

Black with #DA0222

Text Example


Text Example

White with #DA0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0222; }

 p { color: rgb(218,2,34); }

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

background-color css

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

 a { background-color: rgb(218,2,34); }

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

border-color css

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

 span { border-color: rgb(218,2,34); }

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