Html Css Color HEX #CD0407 Venetian Red

📋 copy color: '#CD0407'

red 205 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #CD0407

Tints of Venetian Red #CD0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 7 (3.13% from 255) = 3.24%

R = 94.91%
G = 1.85%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CD0407 (or 0xCD0407) is known color: Venetian Red. HEX triplet: CD, 04 and 07. RGB value is (205,4,7). Sum of RGB (Red+Green+Blue) = 205+4+7=216 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.91% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0407 is #32FBF8. Grayscale: #404040. Windows color (decimal): -3341305 or 459981. OLE color: 459981.

HSL color Cylindrical-coordinate representation of color #CD0407: hue angle of 359.1º degrees, saturation: 0.96, 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 #CD0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 4 7 -
CMYK 0 0.98 0.97 0.20
HSL 359.1º 0.96% 0.41% -
HSV(B) 359.1º 0.98% 0.8% -
XYZ 25.26 13.08 1.39 -
YUV 64.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 205 4 7 0 0.98 0.97 0.20 359.1 0.96 0.41
Hex CD 4 7 0 62 61 14 167 60 29
Octal 315 4 7 0 142 141 24 547 140 51
Binary 11001101 100 111 0 1100010 1100001 10100 101100111 1100000 101001

Color Harmonies of #CD0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0407

Black with #CD0407

Text Example


Text Example

White with #CD0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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