Html Css Color HEX #CD0003 Venetian Red

📋 copy color: '#CD0003'

red 205 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #CD0003

Tints of Venetian Red #CD0003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 98.56%
G = 0%
B = 1.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD0003 (or 0xCD0003) is known color: Venetian Red. HEX triplet: CD, 00 and 03. RGB value is (205,0,3). Sum of RGB (Red+Green+Blue) = 205+0+3=208 (27% of max value = 765). Red value is 205 (80.47% from 255 or 98.56% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0003 is #32FFFC. Grayscale: #3D3D3D. Windows color (decimal): -3342333 or 196813. OLE color: 196813.

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

Color convert

RGB 205 0 3 -
CMYK 0 1 0.99 0.20
HSL 359.12º 1% 0.4% -
HSV(B) 359.12º 1% 0.8% -
XYZ 25.19 12.99 1.26 -
YUV 61.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 205 0 3 0 1 0.99 0.20 359.12 1 0.4
Hex CD 0 3 0 64 63 14 167 64 28
Octal 315 0 3 0 144 143 24 547 144 50
Binary 11001101 0 11 0 1100100 1100011 10100 101100111 1100100 101000

Color Harmonies of #CD0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0003

Black with #CD0003

Text Example


Text Example

White with #CD0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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