Html Css Color HEX #C30309 Venetian Red

📋 copy color: '#C30309'

red 195 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #C30309

Tints of Venetian Red #C30309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 94.2%
G = 1.45%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C30309 (or 0xC30309) is known color: Venetian Red. HEX triplet: C3, 03 and 09. RGB value is (195,3,9). Sum of RGB (Red+Green+Blue) = 195+3+9=207 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.20% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 195 - color contains mainly: red. Hex color #C30309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30309 is #3CFCF6. Grayscale: #3D3D3D. Windows color (decimal): -3996919 or 590787. OLE color: 590787.

HSL color Cylindrical-coordinate representation of color #C30309: hue angle of 358.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 9 -
CMYK 0 0.98 0.95 0.24
HSL 358.13º 0.97% 0.39% -
HSV(B) 358.13º 0.98% 0.76% -
XYZ 22.59 11.69 1.32 -
YUV 61.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 195 3 9 0 0.98 0.95 0.24 358.13 0.97 0.39
Hex C3 3 9 0 62 5F 18 166 61 27
Octal 303 3 11 0 142 137 30 546 141 47
Binary 11000011 11 1001 0 1100010 1011111 11000 101100110 1100001 100111

Color Harmonies of #C30309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30309

Black with #C30309

Text Example


Text Example

White with #C30309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30309; }

 p { color: rgb(195,3,9); }

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

background-color css

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

 a { background-color: rgb(195,3,9); }

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

border-color css

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

 span { border-color: rgb(195,3,9); }

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