Html Css Color HEX #C1003F Cardinal

📋 copy color: '#C1003F'

red 193 ◦ green 0 ◦ blue 63

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

Shades of Cardinal #C1003F

Tints of Cardinal #C1003F

RGB

 RED value IS 193 (75.78% from 255) = 75.39%

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

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

R = 75.39%
G = 0%
B = 24.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1003F (or 0xC1003F) is known color: Cardinal. HEX triplet: C1, 00 and 3F. RGB value is (193,0,63). Sum of RGB (Red+Green+Blue) = 193+0+63=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003F is #3EFFC0. Grayscale: #404040. Windows color (decimal): -4128705 or 4128961. OLE color: 4128961.

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

Color convert

RGB 193 0 63 -
CMYK 0 1 0.67 0.24
HSL 340.41º 1% 0.38% -
HSV(B) 340.41º 1% 0.76% -
XYZ 22.89 11.7 5.75 -
YUV 64.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 193 0 63 0 1 0.67 0.24 340.41 1 0.38
Hex C1 0 3F 0 64 43 18 154 64 26
Octal 301 0 77 0 144 103 30 524 144 46
Binary 11000001 0 111111 0 1100100 1000011 11000 101010100 1100100 100110

Color Harmonies of #C1003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1003F

Black with #C1003F

Text Example


Text Example

White with #C1003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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