Html Css Color HEX #C01134 Cardinal

📋 copy color: '#C01134'

red 192 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #C01134

Tints of Cardinal #C01134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 73.56%
G = 6.51%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01134 (or 0xC01134) is known color: Cardinal. HEX triplet: C0, 11 and 34. RGB value is (192,17,52). Sum of RGB (Red+Green+Blue) = 192+17+52=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C01134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01134 is #3FEECB. Grayscale: #494949. Windows color (decimal): -4189900 or 3412416. OLE color: 3412416.

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

Color convert

RGB 192 17 52 -
CMYK 0 0.91 0.73 0.25
HSL 348º 0.84% 0.41% -
HSV(B) 348º 0.91% 0.75% -
XYZ 22.56 11.86 4.35 -
YUV 73.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 192 17 52 0 0.91 0.73 0.25 348 0.84 0.41
Hex C0 11 34 0 5B 49 19 15C 54 29
Octal 300 21 64 0 133 111 31 534 124 51
Binary 11000000 10001 110100 0 1011011 1001001 11001 101011100 1010100 101001

Color Harmonies of #C01134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01134

Black with #C01134

Text Example


Text Example

White with #C01134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01134; }

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

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

background-color css

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

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

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

border-color css

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

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

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