Html Css Color HEX #CB0309 Venetian Red

📋 copy color: '#CB0309'

red 203 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #CB0309

Tints of Venetian Red #CB0309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 94.42%
G = 1.4%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB0309 (or 0xCB0309) is known color: Venetian Red. HEX triplet: CB, 03 and 09. RGB value is (203,3,9). Sum of RGB (Red+Green+Blue) = 203+3+9=215 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.42% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0309 is #34FCF6. Grayscale: #3F3F3F. Windows color (decimal): -3472631 or 590795. OLE color: 590795.

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

Color convert

RGB 203 3 9 -
CMYK 0 0.99 0.96 0.20
HSL 358.2º 0.97% 0.4% -
HSV(B) 358.2º 0.99% 0.8% -
XYZ 24.71 12.78 1.42 -
YUV 63.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 203 3 9 0 0.99 0.96 0.20 358.2 0.97 0.4
Hex CB 3 9 0 63 60 14 166 61 28
Octal 313 3 11 0 143 140 24 546 141 50
Binary 11001011 11 1001 0 1100011 1100000 10100 101100110 1100001 101000

Color Harmonies of #CB0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0309

Black with #CB0309

Text Example


Text Example

White with #CB0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0309; }

 p { color: rgb(203,3,9); }

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

background-color css

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

 a { background-color: rgb(203,3,9); }

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

border-color css

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

 span { border-color: rgb(203,3,9); }

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