Html Css Color HEX #CB030F Venetian Red

📋 copy color: '#CB030F'

red 203 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #CB030F

Tints of Venetian Red #CB030F

RGB

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

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

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

R = 91.86%
G = 1.36%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB030F (or 0xCB030F) is known color: Venetian Red. HEX triplet: CB, 03 and 0F. RGB value is (203,3,15). Sum of RGB (Red+Green+Blue) = 203+3+15=221 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.86% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 203 - color contains mainly: red. Hex color #CB030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB030F is #34FCF0. Grayscale: #404040. Windows color (decimal): -3472625 or 984011. OLE color: 984011.

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

Color convert

RGB 203 3 15 -
CMYK 0 0.99 0.93 0.20
HSL 356.4º 0.97% 0.4% -
HSV(B) 356.4º 0.99% 0.8% -
XYZ 24.75 12.8 1.62 -
YUV 64.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 203 3 15 0 0.99 0.93 0.20 356.4 0.97 0.4
Hex CB 3 F 0 63 5D 14 164 61 28
Octal 313 3 17 0 143 135 24 544 141 50
Binary 11001011 11 1111 0 1100011 1011101 10100 101100100 1100001 101000

Color Harmonies of #CB030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB030F

Black with #CB030F

Text Example


Text Example

White with #CB030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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