Html Css Color HEX #CA061F Venetian Red

📋 copy color: '#CA061F'

red 202 ◦ green 6 ◦ blue 31

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

Shades of Venetian Red #CA061F

Tints of Venetian Red #CA061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 84.52%
G = 2.51%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA061F (or 0xCA061F) is known color: Venetian Red. HEX triplet: CA, 06 and 1F. RGB value is (202,6,31). Sum of RGB (Red+Green+Blue) = 202+6+31=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA061F is #35F9E0. Grayscale: #434343. Windows color (decimal): -3537377 or 2033354. OLE color: 2033354.

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

Color convert

RGB 202 6 31 -
CMYK 0 0.97 0.85 0.21
HSL 352.35º 0.94% 0.41% -
HSV(B) 352.35º 0.97% 0.79% -
XYZ 24.67 12.79 2.46 -
YUV 67.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 202 6 31 0 0.97 0.85 0.21 352.35 0.94 0.41
Hex CA 6 1F 0 61 55 15 160 5E 29
Octal 312 6 37 0 141 125 25 540 136 51
Binary 11001010 110 11111 0 1100001 1010101 10101 101100000 1011110 101001

Color Harmonies of #CA061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA061F

Black with #CA061F

Text Example


Text Example

White with #CA061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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