Html Css Color HEX #D6050C Venetian Red

📋 copy color: '#D6050C'

red 214 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #D6050C

Tints of Venetian Red #D6050C

RGB

 RED value IS 214 (83.98% from 255) = 92.64%

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 92.64%
G = 2.16%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6050C (or 0xD6050C) is known color: Venetian Red. HEX triplet: D6, 05 and 0C. RGB value is (214,5,12). Sum of RGB (Red+Green+Blue) = 214+5+12=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D6050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6050C is #29FAF3. Grayscale: #444444. Windows color (decimal): -2751220 or 787926. OLE color: 787926.

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

Color convert

RGB 214 5 12 -
CMYK 0 0.98 0.94 0.16
HSL 357.99º 0.95% 0.43% -
HSV(B) 357.99º 0.98% 0.84% -
XYZ 27.85 14.43 1.67 -
YUV 68.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 214 5 12 0 0.98 0.94 0.16 357.99 0.95 0.43
Hex D6 5 C 0 62 5E 10 166 5F 2B
Octal 326 5 14 0 142 136 20 546 137 53
Binary 11010110 101 1100 0 1100010 1011110 10000 101100110 1011111 101011

Color Harmonies of #D6050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6050C

Black with #D6050C

Text Example


Text Example

White with #D6050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6050C; }

 p { color: rgb(214,5,12); }

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

background-color css

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

 a { background-color: rgb(214,5,12); }

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

border-color css

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

 span { border-color: rgb(214,5,12); }

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