Html Css Color HEX #C2083E Cardinal

📋 copy color: '#C2083E'

red 194 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #C2083E

Tints of Cardinal #C2083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 73.48%
G = 3.03%
B = 23.48%

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

#C2083E (or 0xC2083E) is known color: Cardinal. HEX triplet: C2, 08 and 3E. RGB value is (194,8,62). Sum of RGB (Red+Green+Blue) = 194+8+62=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2083E is #3DF7C1. Grayscale: #454545. Windows color (decimal): -4061122 or 4065474. OLE color: 4065474.

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

Color convert

RGB 194 8 62 -
CMYK 0 0.96 0.68 0.24
HSL 342.58º 0.92% 0.4% -
HSV(B) 342.58º 0.96% 0.76% -
XYZ 23.2 11.99 5.65 -
YUV 69.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 194 8 62 0 0.96 0.68 0.24 342.58 0.92 0.4
Hex C2 8 3E 0 60 44 18 157 5C 28
Octal 302 10 76 0 140 104 30 527 134 50
Binary 11000010 1000 111110 0 1100000 1000100 11000 101010111 1011100 101000

Color Harmonies of #C2083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2083E

Black with #C2083E

Text Example


Text Example

White with #C2083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2083E; }

 p { color: rgb(194,8,62); }

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

background-color css

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

 a { background-color: rgb(194,8,62); }

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

border-color css

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

 span { border-color: rgb(194,8,62); }

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