Html Css Color HEX #D40307 Venetian Red

📋 copy color: '#D40307'

red 212 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #D40307

Tints of Venetian Red #D40307

RGB

 RED value IS 212 (83.2% from 255) = 95.5%

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

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

R = 95.5%
G = 1.35%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D40307 (or 0xD40307) is known color: Venetian Red. HEX triplet: D4, 03 and 07. RGB value is (212,3,7). Sum of RGB (Red+Green+Blue) = 212+3+7=222 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.50% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 212 - color contains mainly: red. Hex color #D40307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40307 is #2BFCF8. Grayscale: #424242. Windows color (decimal): -2882809 or 459732. OLE color: 459732.

HSL color Cylindrical-coordinate representation of color #D40307: hue angle of 358.85º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 7 -
CMYK 0 0.99 0.97 0.17
HSL 358.85º 0.97% 0.42% -
HSV(B) 358.85º 0.99% 0.83% -
XYZ 27.22 14.08 1.48 -
YUV 65.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 212 3 7 0 0.99 0.97 0.17 358.85 0.97 0.42
Hex D4 3 7 0 63 61 11 167 61 2A
Octal 324 3 7 0 143 141 21 547 141 52
Binary 11010100 11 111 0 1100011 1100001 10001 101100111 1100001 101010

Color Harmonies of #D40307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40307

Black with #D40307

Text Example


Text Example

White with #D40307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40307; }

 p { color: rgb(212,3,7); }

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

background-color css

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

 a { background-color: rgb(212,3,7); }

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

border-color css

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

 span { border-color: rgb(212,3,7); }

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