Html Css Color HEX #C00307 Venetian Red

📋 copy color: '#C00307'

red 192 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #C00307

Tints of Venetian Red #C00307

RGB

 RED value IS 192 (75.39% from 255) = 95.05%

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

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 95.05%
G = 1.49%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C00307 (or 0xC00307) is known color: Venetian Red. HEX triplet: C0, 03 and 07. RGB value is (192,3,7). Sum of RGB (Red+Green+Blue) = 192+3+7=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00307 is #3FFCF8. Grayscale: #3C3C3C. Windows color (decimal): -4193529 or 459712. OLE color: 459712.

HSL color Cylindrical-coordinate representation of color #C00307: hue angle of 358.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 7 -
CMYK 0 0.98 0.96 0.25
HSL 358.73º 0.97% 0.38% -
HSV(B) 358.73º 0.98% 0.75% -
XYZ 21.81 11.29 1.23 -
YUV 59.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 192 3 7 0 0.98 0.96 0.25 358.73 0.97 0.38
Hex C0 3 7 0 62 60 19 167 61 26
Octal 300 3 7 0 142 140 31 547 141 46
Binary 11000000 11 111 0 1100010 1100000 11001 101100111 1100001 100110

Color Harmonies of #C00307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00307

Black with #C00307

Text Example


Text Example

White with #C00307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00307; }

 p { color: rgb(192,3,7); }

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

background-color css

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

 a { background-color: rgb(192,3,7); }

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

border-color css

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

 span { border-color: rgb(192,3,7); }

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