Html Css Color HEX #C2003F Cardinal

📋 copy color: '#C2003F'

red 194 ◦ green 0 ◦ blue 63

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

Shades of Cardinal #C2003F

Tints of Cardinal #C2003F

RGB

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

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

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

R = 75.49%
G = 0%
B = 24.51%

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

#C2003F (or 0xC2003F) is known color: Cardinal. HEX triplet: C2, 00 and 3F. RGB value is (194,0,63). Sum of RGB (Red+Green+Blue) = 194+0+63=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2003F is #3DFFC0. Grayscale: #414141. Windows color (decimal): -4063169 or 4128962. OLE color: 4128962.

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

Color convert

RGB 194 0 63 -
CMYK 0 1 0.68 0.24
HSL 340.52º 1% 0.38% -
HSV(B) 340.52º 1% 0.76% -
XYZ 23.15 11.83 5.77 -
YUV 65.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 194 0 63 0 1 0.68 0.24 340.52 1 0.38
Hex C2 0 3F 0 64 44 18 155 64 26
Octal 302 0 77 0 144 104 30 525 144 46
Binary 11000010 0 111111 0 1100100 1000100 11000 101010101 1100100 100110

Color Harmonies of #C2003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2003F

Black with #C2003F

Text Example


Text Example

White with #C2003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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