Html Css Color HEX #CD0304 Venetian Red

📋 copy color: '#CD0304'

red 205 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #CD0304

Tints of Venetian Red #CD0304

RGB

 RED value IS 205 (80.47% from 255) = 96.7%

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 96.7%
G = 1.42%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD0304 (or 0xCD0304) is known color: Venetian Red. HEX triplet: CD, 03 and 04. RGB value is (205,3,4). Sum of RGB (Red+Green+Blue) = 205+3+4=212 (28% of max value = 765). Red value is 205 (80.47% from 255 or 96.70% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0304 is #32FCFB. Grayscale: #3F3F3F. Windows color (decimal): -3341564 or 263117. OLE color: 263117.

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

Color convert

RGB 205 3 4 -
CMYK 0 0.99 0.98 0.20
HSL 359.7º 0.97% 0.41% -
HSV(B) 359.7º 0.99% 0.8% -
XYZ 25.23 13.05 1.3 -
YUV 63.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 205 3 4 0 0.99 0.98 0.20 359.7 0.97 0.41
Hex CD 3 4 0 63 62 14 168 61 29
Octal 315 3 4 0 143 142 24 550 141 51
Binary 11001101 11 100 0 1100011 1100010 10100 101101000 1100001 101001

Color Harmonies of #CD0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0304

Black with #CD0304

Text Example


Text Example

White with #CD0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0304; }

 p { color: rgb(205,3,4); }

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

background-color css

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

 a { background-color: rgb(205,3,4); }

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

border-color css

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

 span { border-color: rgb(205,3,4); }

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