Html Css Color HEX #C11F30 Cardinal

📋 copy color: '#C11F30'

red 193 ◦ green 31 ◦ blue 48

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

Shades of Cardinal #C11F30

Tints of Cardinal #C11F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 70.96%
G = 11.4%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11F30 (or 0xC11F30) is known color: Cardinal. HEX triplet: C1, 1F and 30. RGB value is (193,31,48). Sum of RGB (Red+Green+Blue) = 193+31+48=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F30 is #3EE0CF. Grayscale: #515151. Windows color (decimal): -4120784 or 3153857. OLE color: 3153857.

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

Color convert

RGB 193 31 48 -
CMYK 0 0.84 0.75 0.24
HSL 353.7º 0.72% 0.44% -
HSV(B) 353.7º 0.84% 0.76% -
XYZ 23.02 12.53 4 -
YUV 81.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 193 31 48 0 0.84 0.75 0.24 353.7 0.72 0.44
Hex C1 1F 30 0 54 4B 18 162 48 2C
Octal 301 37 60 0 124 113 30 542 110 54
Binary 11000001 11111 110000 0 1010100 1001011 11000 101100010 1001000 101100

Color Harmonies of #C11F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F30

Black with #C11F30

Text Example


Text Example

White with #C11F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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