Html Css Color HEX #C11F32 Cardinal

📋 copy color: '#C11F32'

red 193 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #C11F32

Tints of Cardinal #C11F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 70.44%
G = 11.31%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11F32 (or 0xC11F32) is known color: Cardinal. HEX triplet: C1, 1F and 32. RGB value is (193,31,50). Sum of RGB (Red+Green+Blue) = 193+31+50=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F32 is #3EE0CD. Grayscale: #515151. Windows color (decimal): -4120782 or 3284929. OLE color: 3284929.

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

Color convert

RGB 193 31 50 -
CMYK 0 0.84 0.74 0.24
HSL 352.96º 0.72% 0.44% -
HSV(B) 352.96º 0.84% 0.76% -
XYZ 23.06 12.55 4.22 -
YUV 81.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 193 31 50 0 0.84 0.74 0.24 352.96 0.72 0.44
Hex C1 1F 32 0 54 4A 18 161 48 2C
Octal 301 37 62 0 124 112 30 541 110 54
Binary 11000001 11111 110010 0 1010100 1001010 11000 101100001 1001000 101100

Color Harmonies of #C11F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F32

Black with #C11F32

Text Example


Text Example

White with #C11F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F32; }

 p { color: rgb(193,31,50); }

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

background-color css

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

 a { background-color: rgb(193,31,50); }

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

border-color css

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

 span { border-color: rgb(193,31,50); }

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