Html Css Color HEX #CC030A Venetian Red

📋 copy color: '#CC030A'

red 204 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #CC030A

Tints of Venetian Red #CC030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 94.01%
G = 1.38%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC030A (or 0xCC030A) is known color: Venetian Red. HEX triplet: CC, 03 and 0A. RGB value is (204,3,10). Sum of RGB (Red+Green+Blue) = 204+3+10=217 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.01% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 204 - color contains mainly: red. Hex color #CC030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC030A is #33FCF5. Grayscale: #404040. Windows color (decimal): -3407094 or 656332. OLE color: 656332.

HSL color Cylindrical-coordinate representation of color #CC030A: hue angle of 357.91º 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 #CC030A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 10 -
CMYK 0 0.99 0.95 0.2
HSL 357.91º 0.97% 0.41% -
HSV(B) 357.91º 0.99% 0.8% -
XYZ 24.99 12.92 1.46 -
YUV 63.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 204 3 10 0 0.99 0.95 0.2 357.91 0.97 0.41
Hex CC 3 A 0 63 5F 14 166 61 29
Octal 314 3 12 0 143 137 24 546 141 51
Binary 11001100 11 1010 0 1100011 1011111 10100 101100110 1100001 101001

Color Harmonies of #CC030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC030A

Black with #CC030A

Text Example


Text Example

White with #CC030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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