Html Css Color HEX #DE000C Venetian Red

📋 copy color: '#DE000C'

red 222 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #DE000C

Tints of Venetian Red #DE000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 94.87%
G = 0%
B = 5.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE000C (or 0xDE000C) is known color: Venetian Red. HEX triplet: DE, 00 and 0C. RGB value is (222,0,12). Sum of RGB (Red+Green+Blue) = 222+0+12=234 (30% of max value = 765). Red value is 222 (87.11% from 255 or 94.87% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 222 - color contains mainly: red. Hex color #DE000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE000C is #21FFF3. Grayscale: #434343. Windows color (decimal): -2228212 or 786654. OLE color: 786654.

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

Color convert

RGB 222 0 12 -
CMYK 0 1 0.95 0.13
HSL 356.76º 1% 0.44% -
HSV(B) 356.76º 1% 0.87% -
XYZ 30.19 15.56 1.76 -
YUV 67.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 222 0 12 0 1 0.95 0.13 356.76 1 0.44
Hex DE 0 C 0 64 5F D 165 64 2C
Octal 336 0 14 0 144 137 15 545 144 54
Binary 11011110 0 1100 0 1100100 1011111 1101 101100101 1100100 101100

Color Harmonies of #DE000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE000C

Black with #DE000C

Text Example


Text Example

White with #DE000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE000C; }

 p { color: rgb(222,0,12); }

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

background-color css

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

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

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

border-color css

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

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

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