Html Css Color HEX #CA0618 Venetian Red

📋 copy color: '#CA0618'

red 202 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #CA0618

Tints of Venetian Red #CA0618

RGB

 RED value IS 202 (79.3% from 255) = 87.07%

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

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

R = 87.07%
G = 2.59%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0618 (or 0xCA0618) is known color: Venetian Red. HEX triplet: CA, 06 and 18. RGB value is (202,6,24). Sum of RGB (Red+Green+Blue) = 202+6+24=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0618 is #35F9E7. Grayscale: #424242. Windows color (decimal): -3537384 or 1574602. OLE color: 1574602.

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

Color convert

RGB 202 6 24 -
CMYK 0 0.97 0.88 0.21
HSL 354.49º 0.94% 0.41% -
HSV(B) 354.49º 0.97% 0.79% -
XYZ 24.59 12.75 2.03 -
YUV 66.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 202 6 24 0 0.97 0.88 0.21 354.49 0.94 0.41
Hex CA 6 18 0 61 58 15 162 5E 29
Octal 312 6 30 0 141 130 25 542 136 51
Binary 11001010 110 11000 0 1100001 1011000 10101 101100010 1011110 101001

Color Harmonies of #CA0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0618

Black with #CA0618

Text Example


Text Example

White with #CA0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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