Html Css Color HEX #CC030F Venetian Red

📋 copy color: '#CC030F'

red 204 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #CC030F

Tints of Venetian Red #CC030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 91.89%
G = 1.35%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC030F (or 0xCC030F) is known color: Venetian Red. HEX triplet: CC, 03 and 0F. RGB value is (204,3,15). Sum of RGB (Red+Green+Blue) = 204+3+15=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC030F is #33FCF0. Grayscale: #404040. Windows color (decimal): -3407089 or 984012. OLE color: 984012.

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

Color convert

RGB 204 3 15 -
CMYK 0 0.99 0.93 0.2
HSL 356.42º 0.97% 0.41% -
HSV(B) 356.42º 0.99% 0.8% -
XYZ 25.02 12.94 1.63 -
YUV 64.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 204 3 15 0 0.99 0.93 0.2 356.42 0.97 0.41
Hex CC 3 F 0 63 5D 14 164 61 29
Octal 314 3 17 0 143 135 24 544 141 51
Binary 11001100 11 1111 0 1100011 1011101 10100 101100100 1100001 101001

Color Harmonies of #CC030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC030F

Black with #CC030F

Text Example


Text Example

White with #CC030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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