Html Css Color HEX #CC050D Venetian Red

📋 copy color: '#CC050D'

red 204 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #CC050D

Tints of Venetian Red #CC050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 91.89%
G = 2.25%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC050D (or 0xCC050D) is known color: Venetian Red. HEX triplet: CC, 05 and 0D. RGB value is (204,5,13). Sum of RGB (Red+Green+Blue) = 204+5+13=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC050D is #33FAF2. Grayscale: #414141. Windows color (decimal): -3406579 or 853452. OLE color: 853452.

HSL color Cylindrical-coordinate representation of color #CC050D: hue angle of 357.59º degrees, saturation: 0.95, 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 #CC050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 13 -
CMYK 0 0.98 0.94 0.2
HSL 357.59º 0.95% 0.41% -
HSV(B) 357.59º 0.98% 0.8% -
XYZ 25.03 12.97 1.57 -
YUV 65.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 204 5 13 0 0.98 0.94 0.2 357.59 0.95 0.41
Hex CC 5 D 0 62 5E 14 166 5F 29
Octal 314 5 15 0 142 136 24 546 137 51
Binary 11001100 101 1101 0 1100010 1011110 10100 101100110 1011111 101001

Color Harmonies of #CC050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC050D

Black with #CC050D

Text Example


Text Example

White with #CC050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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