Html Css Color HEX #CC010D Venetian Red

📋 copy color: '#CC010D'

red 204 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #CC010D

Tints of Venetian Red #CC010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 93.58%
G = 0.46%
B = 5.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC010D (or 0xCC010D) is known color: Venetian Red. HEX triplet: CC, 01 and 0D. RGB value is (204,1,13). Sum of RGB (Red+Green+Blue) = 204+1+13=218 (28% of max value = 765). Red value is 204 (80.08% from 255 or 93.58% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 204 - color contains mainly: red. Hex color #CC010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC010D is #33FEF2. Grayscale: #3F3F3F. Windows color (decimal): -3407603 or 852428. OLE color: 852428.

HSL color Cylindrical-coordinate representation of color #CC010D: hue angle of 356.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 13 -
CMYK 0 1.00 0.94 0.2
HSL 356.45º 0.99% 0.4% -
HSV(B) 356.45º 1% 0.8% -
XYZ 24.99 12.89 1.55 -
YUV 63.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 204 1 13 0 1.00 0.94 0.2 356.45 0.99 0.4
Hex CC 1 D 0 64 5E 14 164 63 28
Octal 314 1 15 0 144 136 24 544 143 50
Binary 11001100 1 1101 0 1100100 1011110 10100 101100100 1100011 101000

Color Harmonies of #CC010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC010D

Black with #CC010D

Text Example


Text Example

White with #CC010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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