Html Css Color HEX #CB0618 Venetian Red

📋 copy color: '#CB0618'

red 203 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #CB0618

Tints of Venetian Red #CB0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 87.12%
G = 2.58%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB0618 (or 0xCB0618) is known color: Venetian Red. HEX triplet: CB, 06 and 18. RGB value is (203,6,24). Sum of RGB (Red+Green+Blue) = 203+6+24=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0618 is #34F9E7. Grayscale: #434343. Windows color (decimal): -3471848 or 1574603. OLE color: 1574603.

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

Color convert

RGB 203 6 24 -
CMYK 0 0.97 0.88 0.20
HSL 354.52º 0.94% 0.41% -
HSV(B) 354.52º 0.97% 0.8% -
XYZ 24.86 12.89 2.04 -
YUV 66.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 203 6 24 0 0.97 0.88 0.20 354.52 0.94 0.41
Hex CB 6 18 0 61 58 14 163 5E 29
Octal 313 6 30 0 141 130 24 543 136 51
Binary 11001011 110 11000 0 1100001 1011000 10100 101100011 1011110 101001

Color Harmonies of #CB0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0618

Black with #CB0618

Text Example


Text Example

White with #CB0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0618; }

 p { color: rgb(203,6,24); }

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

background-color css

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

 a { background-color: rgb(203,6,24); }

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

border-color css

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

 span { border-color: rgb(203,6,24); }

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