Html Css Color HEX #C1073F Cardinal

📋 copy color: '#C1073F'

red 193 ◦ green 7 ◦ blue 63

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

Shades of Cardinal #C1073F

Tints of Cardinal #C1073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

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

R = 73.38%
G = 2.66%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1073F (or 0xC1073F) is known color: Cardinal. HEX triplet: C1, 07 and 3F. RGB value is (193,7,63). Sum of RGB (Red+Green+Blue) = 193+7+63=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C1073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1073F is #3EF8C0. Grayscale: #444444. Windows color (decimal): -4126913 or 4130753. OLE color: 4130753.

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

Color convert

RGB 193 7 63 -
CMYK 0 0.96 0.67 0.24
HSL 341.94º 0.93% 0.39% -
HSV(B) 341.94º 0.96% 0.76% -
XYZ 22.97 11.85 5.78 -
YUV 69 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 193 7 63 0 0.96 0.67 0.24 341.94 0.93 0.39
Hex C1 7 3F 0 60 43 18 156 5D 27
Octal 301 7 77 0 140 103 30 526 135 47
Binary 11000001 111 111111 0 1100000 1000011 11000 101010110 1011101 100111

Color Harmonies of #C1073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1073F

Black with #C1073F

Text Example


Text Example

White with #C1073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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