Html Css Color HEX #CC0309 Venetian Red

📋 copy color: '#CC0309'

red 204 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #CC0309

Tints of Venetian Red #CC0309

RGB

 RED value IS 204 (80.08% from 255) = 94.44%

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

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

R = 94.44%
G = 1.39%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0309 (or 0xCC0309) is known color: Venetian Red. HEX triplet: CC, 03 and 09. RGB value is (204,3,9). Sum of RGB (Red+Green+Blue) = 204+3+9=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0309 is #33FCF6. Grayscale: #3F3F3F. Windows color (decimal): -3407095 or 590796. OLE color: 590796.

HSL color Cylindrical-coordinate representation of color #CC0309: hue angle of 358.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 9 -
CMYK 0 0.99 0.96 0.2
HSL 358.21º 0.97% 0.41% -
HSV(B) 358.21º 0.99% 0.8% -
XYZ 24.98 12.92 1.44 -
YUV 63.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 204 3 9 0 0.99 0.96 0.2 358.21 0.97 0.41
Hex CC 3 9 0 63 60 14 166 61 29
Octal 314 3 11 0 143 140 24 546 141 51
Binary 11001100 11 1001 0 1100011 1100000 10100 101100110 1100001 101001

Color Harmonies of #CC0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0309

Black with #CC0309

Text Example


Text Example

White with #CC0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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