Html Css Color HEX #C0114B Cardinal

📋 copy color: '#C0114B'

red 192 ◦ green 17 ◦ blue 75

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

Shades of Cardinal #C0114B

Tints of Cardinal #C0114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 67.61%
G = 5.99%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0114B (or 0xC0114B) is known color: Cardinal. HEX triplet: C0, 11 and 4B. RGB value is (192,17,75). Sum of RGB (Red+Green+Blue) = 192+17+75=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0114B is #3FEEB4. Grayscale: #4B4B4B. Windows color (decimal): -4189877 or 4919744. OLE color: 4919744.

HSL color Cylindrical-coordinate representation of color #C0114B: hue angle of 340.11º degrees, saturation: 0.84, 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 #C0114B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 75 -
CMYK 0 0.91 0.61 0.25
HSL 340.11º 0.84% 0.41% -
HSV(B) 340.11º 0.91% 0.75% -
XYZ 23.21 12.12 7.77 -
YUV 75.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 192 17 75 0 0.91 0.61 0.25 340.11 0.84 0.41
Hex C0 11 4B 0 5B 3D 19 154 54 29
Octal 300 21 113 0 133 75 31 524 124 51
Binary 11000000 10001 1001011 0 1011011 111101 11001 101010100 1010100 101001

Color Harmonies of #C0114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0114B

Black with #C0114B

Text Example


Text Example

White with #C0114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0114B; }

 p { color: rgb(192,17,75); }

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

background-color css

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

 a { background-color: rgb(192,17,75); }

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

border-color css

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

 span { border-color: rgb(192,17,75); }

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