Html Css Color HEX #CC090D Venetian Red

📋 copy color: '#CC090D'

red 204 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #CC090D

Tints of Venetian Red #CC090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 90.27%
G = 3.98%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC090D (or 0xCC090D) is known color: Venetian Red. HEX triplet: CC, 09 and 0D. RGB value is (204,9,13). Sum of RGB (Red+Green+Blue) = 204+9+13=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC090D is #33F6F2. Grayscale: #434343. Windows color (decimal): -3405555 or 854476. OLE color: 854476.

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

Color convert

RGB 204 9 13 -
CMYK 0 0.96 0.94 0.2
HSL 358.77º 0.92% 0.42% -
HSV(B) 358.77º 0.96% 0.8% -
XYZ 25.07 13.06 1.58 -
YUV 67.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 204 9 13 0 0.96 0.94 0.2 358.77 0.92 0.42
Hex CC 9 D 0 60 5E 14 167 5C 2A
Octal 314 11 15 0 140 136 24 547 134 52
Binary 11001100 1001 1101 0 1100000 1011110 10100 101100111 1011100 101010

Color Harmonies of #CC090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC090D

Black with #CC090D

Text Example


Text Example

White with #CC090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC090D; }

 p { color: rgb(204,9,13); }

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

background-color css

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

 a { background-color: rgb(204,9,13); }

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

border-color css

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

 span { border-color: rgb(204,9,13); }

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