Html Css Color HEX #C1072D Cardinal

📋 copy color: '#C1072D'

red 193 ◦ green 7 ◦ blue 45

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

Shades of Cardinal #C1072D

Tints of Cardinal #C1072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 78.78%
G = 2.86%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1072D (or 0xC1072D) is known color: Cardinal. HEX triplet: C1, 07 and 2D. RGB value is (193,7,45). Sum of RGB (Red+Green+Blue) = 193+7+45=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1072D is #3EF8D2. Grayscale: #424242. Windows color (decimal): -4126931 or 2951105. OLE color: 2951105.

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

Color convert

RGB 193 7 45 -
CMYK 0 0.96 0.77 0.24
HSL 347.74º 0.93% 0.39% -
HSV(B) 347.74º 0.96% 0.76% -
XYZ 22.54 11.68 3.55 -
YUV 66.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 193 7 45 0 0.96 0.77 0.24 347.74 0.93 0.39
Hex C1 7 2D 0 60 4D 18 15C 5D 27
Octal 301 7 55 0 140 115 30 534 135 47
Binary 11000001 111 101101 0 1100000 1001101 11000 101011100 1011101 100111

Color Harmonies of #C1072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1072D

Black with #C1072D

Text Example


Text Example

White with #C1072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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