Html Css Color HEX #C1202F Cardinal

📋 copy color: '#C1202F'

red 193 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #C1202F

Tints of Cardinal #C1202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 70.96%
G = 11.76%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1202F (or 0xC1202F) is known color: Cardinal. HEX triplet: C1, 20 and 2F. RGB value is (193,32,47). Sum of RGB (Red+Green+Blue) = 193+32+47=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1202F is #3EDFD0. Grayscale: #515151. Windows color (decimal): -4120529 or 3088577. OLE color: 3088577.

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

Color convert

RGB 193 32 47 -
CMYK 0 0.83 0.76 0.24
HSL 354.41º 0.72% 0.44% -
HSV(B) 354.41º 0.83% 0.76% -
XYZ 23.02 12.58 3.9 -
YUV 81.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 193 32 47 0 0.83 0.76 0.24 354.41 0.72 0.44
Hex C1 20 2F 0 53 4C 18 162 48 2C
Octal 301 40 57 0 123 114 30 542 110 54
Binary 11000001 100000 101111 0 1010011 1001100 11000 101100010 1001000 101100

Color Harmonies of #C1202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1202F

Black with #C1202F

Text Example


Text Example

White with #C1202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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