Html Css Color HEX #CB090F Venetian Red

📋 copy color: '#CB090F'

red 203 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #CB090F

Tints of Venetian Red #CB090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 89.43%
G = 3.96%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB090F (or 0xCB090F) is known color: Venetian Red. HEX triplet: CB, 09 and 0F. RGB value is (203,9,15). Sum of RGB (Red+Green+Blue) = 203+9+15=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB090F is #34F6F0. Grayscale: #434343. Windows color (decimal): -3471089 or 985547. OLE color: 985547.

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

Color convert

RGB 203 9 15 -
CMYK 0 0.96 0.93 0.20
HSL 358.14º 0.92% 0.42% -
HSV(B) 358.14º 0.96% 0.8% -
XYZ 24.81 12.93 1.64 -
YUV 67.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 203 9 15 0 0.96 0.93 0.20 358.14 0.92 0.42
Hex CB 9 F 0 60 5D 14 166 5C 2A
Octal 313 11 17 0 140 135 24 546 134 52
Binary 11001011 1001 1111 0 1100000 1011101 10100 101100110 1011100 101010

Color Harmonies of #CB090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB090F

Black with #CB090F

Text Example


Text Example

White with #CB090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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