Html Css Color HEX #CC040F Venetian Red

📋 copy color: '#CC040F'

red 204 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #CC040F

Tints of Venetian Red #CC040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 91.48%
G = 1.79%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC040F (or 0xCC040F) is known color: Venetian Red. HEX triplet: CC, 04 and 0F. RGB value is (204,4,15). Sum of RGB (Red+Green+Blue) = 204+4+15=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC040F is #33FBF0. Grayscale: #414141. Windows color (decimal): -3406833 or 984268. OLE color: 984268.

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

Color convert

RGB 204 4 15 -
CMYK 0 0.98 0.93 0.2
HSL 356.7º 0.96% 0.41% -
HSV(B) 356.7º 0.98% 0.8% -
XYZ 25.03 12.96 1.63 -
YUV 65.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 204 4 15 0 0.98 0.93 0.2 356.7 0.96 0.41
Hex CC 4 F 0 62 5D 14 165 60 29
Octal 314 4 17 0 142 135 24 545 140 51
Binary 11001100 100 1111 0 1100010 1011101 10100 101100101 1100000 101001

Color Harmonies of #CC040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC040F

Black with #CC040F

Text Example


Text Example

White with #CC040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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