Html Css Color HEX #C1042F Cardinal

📋 copy color: '#C1042F'

red 193 ◦ green 4 ◦ blue 47

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

Shades of Cardinal #C1042F

Tints of Cardinal #C1042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 79.1%
G = 1.64%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1042F (or 0xC1042F) is known color: Cardinal. HEX triplet: C1, 04 and 2F. RGB value is (193,4,47). Sum of RGB (Red+Green+Blue) = 193+4+47=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1042F is #3EFBD0. Grayscale: #414141. Windows color (decimal): -4127697 or 3081409. OLE color: 3081409.

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

Color convert

RGB 193 4 47 -
CMYK 0 0.98 0.76 0.24
HSL 346.35º 0.96% 0.39% -
HSV(B) 346.35º 0.98% 0.76% -
XYZ 22.55 11.63 3.75 -
YUV 65.41 117.62 219 -
System Red Green Blue C M Y K H S L
Decimal 193 4 47 0 0.98 0.76 0.24 346.35 0.96 0.39
Hex C1 4 2F 0 62 4C 18 15A 60 27
Octal 301 4 57 0 142 114 30 532 140 47
Binary 11000001 100 101111 0 1100010 1001100 11000 101011010 1100000 100111

Color Harmonies of #C1042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1042F

Black with #C1042F

Text Example


Text Example

White with #C1042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1042F; }

 p { color: rgb(193,4,47); }

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

background-color css

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

 a { background-color: rgb(193,4,47); }

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

border-color css

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

 span { border-color: rgb(193,4,47); }

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