Html Css Color HEX #C2093D Cardinal

📋 copy color: '#C2093D'

red 194 ◦ green 9 ◦ blue 61

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

Shades of Cardinal #C2093D

Tints of Cardinal #C2093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 73.48%
G = 3.41%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2093D (or 0xC2093D) is known color: Cardinal. HEX triplet: C2, 09 and 3D. RGB value is (194,9,61). Sum of RGB (Red+Green+Blue) = 194+9+61=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2093D is #3DF6C2. Grayscale: #464646. Windows color (decimal): -4060867 or 4000194. OLE color: 4000194.

HSL color Cylindrical-coordinate representation of color #C2093D: hue angle of 343.14º 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 #C2093D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 61 -
CMYK 0 0.95 0.69 0.24
HSL 343.14º 0.91% 0.4% -
HSV(B) 343.14º 0.95% 0.76% -
XYZ 23.19 12 5.51 -
YUV 70.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 194 9 61 0 0.95 0.69 0.24 343.14 0.91 0.4
Hex C2 9 3D 0 5F 45 18 157 5B 28
Octal 302 11 75 0 137 105 30 527 133 50
Binary 11000010 1001 111101 0 1011111 1000101 11000 101010111 1011011 101000

Color Harmonies of #C2093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2093D

Black with #C2093D

Text Example


Text Example

White with #C2093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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