Html Css Color HEX #C3002D Venetian Red

📋 copy color: '#C3002D'

red 195 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #C3002D

Tints of Venetian Red #C3002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 81.25%
G = 0%
B = 18.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3002D (or 0xC3002D) is known color: Venetian Red. HEX triplet: C3, 00 and 2D. RGB value is (195,0,45). Sum of RGB (Red+Green+Blue) = 195+0+45=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C3002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3002D is #3CFFD2. Grayscale: #3F3F3F. Windows color (decimal): -3997651 or 2949315. OLE color: 2949315.

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

Color convert

RGB 195 0 45 -
CMYK 0 1 0.77 0.24
HSL 346.15º 1% 0.38% -
HSV(B) 346.15º 1% 0.76% -
XYZ 22.98 11.79 3.55 -
YUV 63.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 195 0 45 0 1 0.77 0.24 346.15 1 0.38
Hex C3 0 2D 0 64 4D 18 15A 64 26
Octal 303 0 55 0 144 115 30 532 144 46
Binary 11000011 0 101101 0 1100100 1001101 11000 101011010 1100100 100110

Color Harmonies of #C3002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3002D

Black with #C3002D

Text Example


Text Example

White with #C3002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3002D; }

 p { color: rgb(195,0,45); }

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

background-color css

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

 a { background-color: rgb(195,0,45); }

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

border-color css

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

 span { border-color: rgb(195,0,45); }

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