Html Css Color HEX #C01349 Cardinal

📋 copy color: '#C01349'

red 192 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #C01349

Tints of Cardinal #C01349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 67.61%
G = 6.69%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C01349 (or 0xC01349) is known color: Cardinal. HEX triplet: C0, 13 and 49. RGB value is (192,19,73). Sum of RGB (Red+Green+Blue) = 192+19+73=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C01349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01349 is #3FECB6. Grayscale: #4C4C4C. Windows color (decimal): -4189367 or 4789184. OLE color: 4789184.

HSL color Cylindrical-coordinate representation of color #C01349: hue angle of 341.27º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01349 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 73 -
CMYK 0 0.90 0.62 0.25
HSL 341.27º 0.82% 0.41% -
HSV(B) 341.27º 0.9% 0.75% -
XYZ 23.17 12.15 7.43 -
YUV 76.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 192 19 73 0 0.90 0.62 0.25 341.27 0.82 0.41
Hex C0 13 49 0 5A 3E 19 155 52 29
Octal 300 23 111 0 132 76 31 525 122 51
Binary 11000000 10011 1001001 0 1011010 111110 11001 101010101 1010010 101001

Color Harmonies of #C01349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01349

Black with #C01349

Text Example


Text Example

White with #C01349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01349; }

 p { color: rgb(192,19,73); }

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

background-color css

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

 a { background-color: rgb(192,19,73); }

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

border-color css

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

 span { border-color: rgb(192,19,73); }

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