Html Css Color HEX #C1003D Cardinal

📋 copy color: '#C1003D'

red 193 ◦ green 0 ◦ blue 61

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

Shades of Cardinal #C1003D

Tints of Cardinal #C1003D

RGB

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

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

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

R = 75.98%
G = 0%
B = 24.02%

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

#C1003D (or 0xC1003D) is known color: Cardinal. HEX triplet: C1, 00 and 3D. RGB value is (193,0,61). Sum of RGB (Red+Green+Blue) = 193+0+61=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003D is #3EFFC2. Grayscale: #404040. Windows color (decimal): -4128707 or 3997889. OLE color: 3997889.

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

Color convert

RGB 193 0 61 -
CMYK 0 1 0.68 0.24
HSL 341.04º 1% 0.38% -
HSV(B) 341.04º 1% 0.76% -
XYZ 22.83 11.67 5.46 -
YUV 64.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 193 0 61 0 1 0.68 0.24 341.04 1 0.38
Hex C1 0 3D 0 64 44 18 155 64 26
Octal 301 0 75 0 144 104 30 525 144 46
Binary 11000001 0 111101 0 1100100 1000100 11000 101010101 1100100 100110

Color Harmonies of #C1003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1003D

Black with #C1003D

Text Example


Text Example

White with #C1003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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