Html Css Color HEX #CB000E Venetian Red

📋 copy color: '#CB000E'

red 203 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #CB000E

Tints of Venetian Red #CB000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 93.55%
G = 0%
B = 6.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB000E (or 0xCB000E) is known color: Venetian Red. HEX triplet: CB, 00 and 0E. RGB value is (203,0,14). Sum of RGB (Red+Green+Blue) = 203+0+14=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB000E is #34FFF1. Grayscale: #3E3E3E. Windows color (decimal): -3473394 or 917707. OLE color: 917707.

HSL color Cylindrical-coordinate representation of color #CB000E: hue angle of 355.86º 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 #CB000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 14 -
CMYK 0 1 0.93 0.20
HSL 355.86º 1% 0.4% -
HSV(B) 355.86º 1% 0.8% -
XYZ 24.71 12.73 1.57 -
YUV 62.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 203 0 14 0 1 0.93 0.20 355.86 1 0.4
Hex CB 0 E 0 64 5D 14 164 64 28
Octal 313 0 16 0 144 135 24 544 144 50
Binary 11001011 0 1110 0 1100100 1011101 10100 101100100 1100100 101000

Color Harmonies of #CB000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB000E

Black with #CB000E

Text Example


Text Example

White with #CB000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB000E; }

 p { color: rgb(203,0,14); }

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

background-color css

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

 a { background-color: rgb(203,0,14); }

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

border-color css

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

 span { border-color: rgb(203,0,14); }

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