Html Css Color HEX #CB0614 Venetian Red

📋 copy color: '#CB0614'

red 203 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #CB0614

Tints of Venetian Red #CB0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 88.65%
G = 2.62%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0614 (or 0xCB0614) is known color: Venetian Red. HEX triplet: CB, 06 and 14. RGB value is (203,6,20). Sum of RGB (Red+Green+Blue) = 203+6+20=229 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.65% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0614 is #34F9EB. Grayscale: #424242. Windows color (decimal): -3471852 or 1312459. OLE color: 1312459.

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

Color convert

RGB 203 6 20 -
CMYK 0 0.97 0.90 0.20
HSL 355.74º 0.94% 0.41% -
HSV(B) 355.74º 0.97% 0.8% -
XYZ 24.82 12.88 1.84 -
YUV 66.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 203 6 20 0 0.97 0.90 0.20 355.74 0.94 0.41
Hex CB 6 14 0 61 5A 14 164 5E 29
Octal 313 6 24 0 141 132 24 544 136 51
Binary 11001011 110 10100 0 1100001 1011010 10100 101100100 1011110 101001

Color Harmonies of #CB0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0614

Black with #CB0614

Text Example


Text Example

White with #CB0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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