Html Css Color HEX #C2093F Cardinal

📋 copy color: '#C2093F'

red 194 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #C2093F

Tints of Cardinal #C2093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 72.93%
G = 3.38%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2093F (or 0xC2093F) is known color: Cardinal. HEX triplet: C2, 09 and 3F. RGB value is (194,9,63). Sum of RGB (Red+Green+Blue) = 194+9+63=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C2093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2093F is #3DF6C0. Grayscale: #464646. Windows color (decimal): -4060865 or 4131266. OLE color: 4131266.

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

Color convert

RGB 194 9 63 -
CMYK 0 0.95 0.68 0.24
HSL 342.49º 0.91% 0.4% -
HSV(B) 342.49º 0.95% 0.76% -
XYZ 23.24 12.02 5.8 -
YUV 70.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 194 9 63 0 0.95 0.68 0.24 342.49 0.91 0.4
Hex C2 9 3F 0 5F 44 18 156 5B 28
Octal 302 11 77 0 137 104 30 526 133 50
Binary 11000010 1001 111111 0 1011111 1000100 11000 101010110 1011011 101000

Color Harmonies of #C2093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2093F

Black with #C2093F

Text Example


Text Example

White with #C2093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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