Html Css Color HEX #CB0407 Venetian Red

📋 copy color: '#CB0407'

red 203 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #CB0407

Tints of Venetian Red #CB0407

RGB

 RED value IS 203 (79.69% from 255) = 94.86%

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

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

R = 94.86%
G = 1.87%
B = 3.27%

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

#CB0407 (or 0xCB0407) is known color: Venetian Red. HEX triplet: CB, 04 and 07. RGB value is (203,4,7). Sum of RGB (Red+Green+Blue) = 203+4+7=214 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.86% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0407 is #34FBF8. Grayscale: #404040. Windows color (decimal): -3472377 or 459979. OLE color: 459979.

HSL color Cylindrical-coordinate representation of color #CB0407: 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 #CB0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 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 24.71 12.8 1.37 -
YUV 63.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 203 4 7 0 0.98 0.97 0.20 359.1 0.96 0.41
Hex CB 4 7 0 62 61 14 167 60 29
Octal 313 4 7 0 142 141 24 547 140 51
Binary 11001011 100 111 0 1100010 1100001 10100 101100111 1100000 101001

Color Harmonies of #CB0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0407

Black with #CB0407

Text Example


Text Example

White with #CB0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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