Html Css Color HEX #C0124F Cardinal

📋 copy color: '#C0124F'

red 192 ◦ green 18 ◦ blue 79

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

Shades of Cardinal #C0124F

Tints of Cardinal #C0124F

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 66.44%
G = 6.23%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0124F (or 0xC0124F) is known color: Cardinal. HEX triplet: C0, 12 and 4F. RGB value is (192,18,79). Sum of RGB (Red+Green+Blue) = 192+18+79=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0124F is #3FEDB0. Grayscale: #4C4C4C. Windows color (decimal): -4189617 or 5182144. OLE color: 5182144.

HSL color Cylindrical-coordinate representation of color #C0124F: hue angle of 338.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0124F is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 79 -
CMYK 0 0.91 0.59 0.25
HSL 338.97º 0.83% 0.41% -
HSV(B) 338.97º 0.91% 0.75% -
XYZ 23.37 12.2 8.52 -
YUV 76.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 192 18 79 0 0.91 0.59 0.25 338.97 0.83 0.41
Hex C0 12 4F 0 5B 3B 19 153 53 29
Octal 300 22 117 0 133 73 31 523 123 51
Binary 11000000 10010 1001111 0 1011011 111011 11001 101010011 1010011 101001

Color Harmonies of #C0124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0124F

Black with #C0124F

Text Example


Text Example

White with #C0124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0124F; }

 p { color: rgb(192,18,79); }

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

background-color css

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

 a { background-color: rgb(192,18,79); }

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

border-color css

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

 span { border-color: rgb(192,18,79); }

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