Html Css Color HEX #CC1214 Venetian Red

📋 copy color: '#CC1214'

red 204 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #CC1214

Tints of Venetian Red #CC1214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 84.3%
G = 7.44%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1214 (or 0xCC1214) is known color: Venetian Red. HEX triplet: CC, 12 and 14. RGB value is (204,18,20). Sum of RGB (Red+Green+Blue) = 204+18+20=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1214 is #33EDEB. Grayscale: #4A4A4A. Windows color (decimal): -3403244 or 1315532. OLE color: 1315532.

HSL color Cylindrical-coordinate representation of color #CC1214: hue angle of 359.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1214 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 20 -
CMYK 0 0.91 0.90 0.2
HSL 359.35º 0.84% 0.44% -
HSV(B) 359.35º 0.91% 0.8% -
XYZ 25.24 13.32 1.9 -
YUV 73.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 204 18 20 0 0.91 0.90 0.2 359.35 0.84 0.44
Hex CC 12 14 0 5B 5A 14 167 54 2C
Octal 314 22 24 0 133 132 24 547 124 54
Binary 11001100 10010 10100 0 1011011 1011010 10100 101100111 1010100 101100

Color Harmonies of #CC1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1214

Black with #CC1214

Text Example


Text Example

White with #CC1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1214; }

 p { color: rgb(204,18,20); }

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

background-color css

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

 a { background-color: rgb(204,18,20); }

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

border-color css

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

 span { border-color: rgb(204,18,20); }

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