Html Css Color HEX #CA0307 Venetian Red

📋 copy color: '#CA0307'

red 202 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #CA0307

Tints of Venetian Red #CA0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 95.28%
G = 1.42%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA0307 (or 0xCA0307) is known color: Venetian Red. HEX triplet: CA, 03 and 07. RGB value is (202,3,7). Sum of RGB (Red+Green+Blue) = 202+3+7=212 (28% of max value = 765). Red value is 202 (79.30% from 255 or 95.28% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0307 is #35FCF8. Grayscale: #3F3F3F. Windows color (decimal): -3538169 or 459722. OLE color: 459722.

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

Color convert

RGB 202 3 7 -
CMYK 0 0.99 0.97 0.21
HSL 358.79º 0.97% 0.4% -
HSV(B) 358.79º 0.99% 0.79% -
XYZ 24.43 12.64 1.35 -
YUV 62.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 202 3 7 0 0.99 0.97 0.21 358.79 0.97 0.4
Hex CA 3 7 0 63 61 15 167 61 28
Octal 312 3 7 0 143 141 25 547 141 50
Binary 11001010 11 111 0 1100011 1100001 10101 101100111 1100001 101000

Color Harmonies of #CA0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0307

Black with #CA0307

Text Example


Text Example

White with #CA0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0307; }

 p { color: rgb(202,3,7); }

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

background-color css

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

 a { background-color: rgb(202,3,7); }

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

border-color css

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

 span { border-color: rgb(202,3,7); }

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