Html Css Color HEX #C2073F Cardinal

📋 copy color: '#C2073F'

red 194 ◦ green 7 ◦ blue 63

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

Shades of Cardinal #C2073F

Tints of Cardinal #C2073F

RGB

 RED value IS 194 (76.17% from 255) = 73.48%

 GREEN value IS 7 (3.13% from 255) = 2.65%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 73.48%
G = 2.65%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2073F (or 0xC2073F) is known color: Cardinal. HEX triplet: C2, 07 and 3F. RGB value is (194,7,63). Sum of RGB (Red+Green+Blue) = 194+7+63=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2073F is #3DF8C0. Grayscale: #454545. Windows color (decimal): -4061377 or 4130754. OLE color: 4130754.

HSL color Cylindrical-coordinate representation of color #C2073F: hue angle of 342.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2073F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 63 -
CMYK 0 0.96 0.68 0.24
HSL 342.03º 0.93% 0.39% -
HSV(B) 342.03º 0.96% 0.76% -
XYZ 23.22 11.98 5.79 -
YUV 69.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 194 7 63 0 0.96 0.68 0.24 342.03 0.93 0.39
Hex C2 7 3F 0 60 44 18 156 5D 27
Octal 302 7 77 0 140 104 30 526 135 47
Binary 11000010 111 111111 0 1100000 1000100 11000 101010110 1011101 100111

Color Harmonies of #C2073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2073F

Black with #C2073F

Text Example


Text Example

White with #C2073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2073F; }

 p { color: rgb(194,7,63); }

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

background-color css

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

 a { background-color: rgb(194,7,63); }

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

border-color css

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

 span { border-color: rgb(194,7,63); }

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