Html Css Color HEX #C2003E Cardinal

📋 copy color: '#C2003E'

red 194 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #C2003E

Tints of Cardinal #C2003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.78%
G = 0%
B = 24.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2003E (or 0xC2003E) is known color: Cardinal. HEX triplet: C2, 00 and 3E. RGB value is (194,0,62). Sum of RGB (Red+Green+Blue) = 194+0+62=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2003E is #3DFFC1. Grayscale: #414141. Windows color (decimal): -4063170 or 4063426. OLE color: 4063426.

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

Color convert

RGB 194 0 62 -
CMYK 0 1 0.68 0.24
HSL 340.82º 1% 0.38% -
HSV(B) 340.82º 1% 0.76% -
XYZ 23.12 11.82 5.62 -
YUV 65.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 194 0 62 0 1 0.68 0.24 340.82 1 0.38
Hex C2 0 3E 0 64 44 18 155 64 26
Octal 302 0 76 0 144 104 30 525 144 46
Binary 11000010 0 111110 0 1100100 1000100 11000 101010101 1100100 100110

Color Harmonies of #C2003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2003E

Black with #C2003E

Text Example


Text Example

White with #C2003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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