Html Css Color HEX #C4010F Venetian Red

📋 copy color: '#C4010F'

red 196 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #C4010F

Tints of Venetian Red #C4010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 92.45%
G = 0.47%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4010F (or 0xC4010F) is known color: Venetian Red. HEX triplet: C4, 01 and 0F. RGB value is (196,1,15). Sum of RGB (Red+Green+Blue) = 196+1+15=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C4010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4010F is #3BFEF0. Grayscale: #3D3D3D. Windows color (decimal): -3931889 or 983492. OLE color: 983492.

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

Color convert

RGB 196 1 15 -
CMYK 0 0.99 0.92 0.23
HSL 355.69º 0.99% 0.39% -
HSV(B) 355.69º 0.99% 0.77% -
XYZ 22.86 11.79 1.52 -
YUV 60.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 196 1 15 0 0.99 0.92 0.23 355.69 0.99 0.39
Hex C4 1 F 0 63 5C 17 164 63 27
Octal 304 1 17 0 143 134 27 544 143 47
Binary 11000100 1 1111 0 1100011 1011100 10111 101100100 1100011 100111

Color Harmonies of #C4010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4010F

Black with #C4010F

Text Example


Text Example

White with #C4010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4010F; }

 p { color: rgb(196,1,15); }

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

background-color css

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

 a { background-color: rgb(196,1,15); }

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

border-color css

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

 span { border-color: rgb(196,1,15); }

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