Html Css Color HEX #C3010B Venetian Red

📋 copy color: '#C3010B'

red 195 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #C3010B

Tints of Venetian Red #C3010B

RGB

 RED value IS 195 (76.56% from 255) = 94.2%

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 94.2%
G = 0.48%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3010B (or 0xC3010B) is known color: Venetian Red. HEX triplet: C3, 01 and 0B. RGB value is (195,1,11). Sum of RGB (Red+Green+Blue) = 195+1+11=207 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.20% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 195 - color contains mainly: red. Hex color #C3010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3010B is #3CFEF4. Grayscale: #3C3C3C. Windows color (decimal): -3997429 or 721347. OLE color: 721347.

HSL color Cylindrical-coordinate representation of color #C3010B: hue angle of 356.91º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 11 -
CMYK 0 0.99 0.94 0.24
HSL 356.91º 0.99% 0.38% -
HSV(B) 356.91º 0.99% 0.76% -
XYZ 22.58 11.65 1.37 -
YUV 60.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 195 1 11 0 0.99 0.94 0.24 356.91 0.99 0.38
Hex C3 1 B 0 63 5E 18 165 63 26
Octal 303 1 13 0 143 136 30 545 143 46
Binary 11000011 1 1011 0 1100011 1011110 11000 101100101 1100011 100110

Color Harmonies of #C3010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3010B

Black with #C3010B

Text Example


Text Example

White with #C3010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3010B; }

 p { color: rgb(195,1,11); }

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

background-color css

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

 a { background-color: rgb(195,1,11); }

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

border-color css

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

 span { border-color: rgb(195,1,11); }

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