Html Css Color HEX #CC030B Venetian Red

📋 copy color: '#CC030B'

red 204 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #CC030B

Tints of Venetian Red #CC030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 93.58%
G = 1.38%
B = 5.05%

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

#CC030B (or 0xCC030B) is known color: Venetian Red. HEX triplet: CC, 03 and 0B. RGB value is (204,3,11). Sum of RGB (Red+Green+Blue) = 204+3+11=218 (28% of max value = 765). Red value is 204 (80.08% from 255 or 93.58% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 204 - color contains mainly: red. Hex color #CC030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC030B is #33FCF4. Grayscale: #404040. Windows color (decimal): -3407093 or 721868. OLE color: 721868.

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

Color convert

RGB 204 3 11 -
CMYK 0 0.99 0.95 0.2
HSL 357.61º 0.97% 0.41% -
HSV(B) 357.61º 0.99% 0.8% -
XYZ 24.99 12.93 1.49 -
YUV 64.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 204 3 11 0 0.99 0.95 0.2 357.61 0.97 0.41
Hex CC 3 B 0 63 5F 14 166 61 29
Octal 314 3 13 0 143 137 24 546 141 51
Binary 11001100 11 1011 0 1100011 1011111 10100 101100110 1100001 101001

Color Harmonies of #CC030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC030B

Black with #CC030B

Text Example


Text Example

White with #CC030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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