Html Css Color HEX #C10F4F Cardinal

📋 copy color: '#C10F4F'

red 193 ◦ green 15 ◦ blue 79

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

Shades of Cardinal #C10F4F

Tints of Cardinal #C10F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 67.25%
G = 5.23%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C10F4F (or 0xC10F4F) is known color: Cardinal. HEX triplet: C1, 0F and 4F. RGB value is (193,15,79). Sum of RGB (Red+Green+Blue) = 193+15+79=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F4F is #3EF0B0. Grayscale: #4B4B4B. Windows color (decimal): -4124849 or 5181377. OLE color: 5181377.

HSL color Cylindrical-coordinate representation of color #C10F4F: hue angle of 338.43º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F4F is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 15 79 -
CMYK 0 0.92 0.59 0.24
HSL 338.43º 0.86% 0.41% -
HSV(B) 338.43º 0.92% 0.76% -
XYZ 23.57 12.24 8.52 -
YUV 75.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 193 15 79 0 0.92 0.59 0.24 338.43 0.86 0.41
Hex C1 F 4F 0 5C 3B 18 152 56 29
Octal 301 17 117 0 134 73 30 522 126 51
Binary 11000001 1111 1001111 0 1011100 111011 11000 101010010 1010110 101001

Color Harmonies of #C10F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F4F

Black with #C10F4F

Text Example


Text Example

White with #C10F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F4F; }

 p { color: rgb(193,15,79); }

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

background-color css

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

 a { background-color: rgb(193,15,79); }

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

border-color css

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

 span { border-color: rgb(193,15,79); }

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