Html Css Color HEX #C4000D Venetian Red

📋 copy color: '#C4000D'

red 196 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #C4000D

Tints of Venetian Red #C4000D

RGB

 RED value IS 196 (76.95% from 255) = 93.78%

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 93.78%
G = 0%
B = 6.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4000D (or 0xC4000D) is known color: Venetian Red. HEX triplet: C4, 00 and 0D. RGB value is (196,0,13). Sum of RGB (Red+Green+Blue) = 196+0+13=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C4000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4000D is #3BFFF2. Grayscale: #3C3C3C. Windows color (decimal): -3932147 or 852164. OLE color: 852164.

HSL color Cylindrical-coordinate representation of color #C4000D: hue angle of 356.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 13 -
CMYK 0 1 0.93 0.23
HSL 356.02º 1% 0.38% -
HSV(B) 356.02º 1% 0.77% -
XYZ 22.84 11.76 1.45 -
YUV 60.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 196 0 13 0 1 0.93 0.23 356.02 1 0.38
Hex C4 0 D 0 64 5D 17 164 64 26
Octal 304 0 15 0 144 135 27 544 144 46
Binary 11000100 0 1101 0 1100100 1011101 10111 101100100 1100100 100110

Color Harmonies of #C4000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4000D

Black with #C4000D

Text Example


Text Example

White with #C4000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4000D; }

 p { color: rgb(196,0,13); }

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

background-color css

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

 a { background-color: rgb(196,0,13); }

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

border-color css

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

 span { border-color: rgb(196,0,13); }

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