Html Css Color HEX #C01541 Cardinal

📋 copy color: '#C01541'

red 192 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #C01541

Tints of Cardinal #C01541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 69.06%
G = 7.55%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01541 (or 0xC01541) is known color: Cardinal. HEX triplet: C0, 15 and 41. RGB value is (192,21,65). Sum of RGB (Red+Green+Blue) = 192+21+65=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C01541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01541 is #3FEABE. Grayscale: #4D4D4D. Windows color (decimal): -4188863 or 4265408. OLE color: 4265408.

HSL color Cylindrical-coordinate representation of color #C01541: hue angle of 344.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01541 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 65 -
CMYK 0 0.89 0.66 0.25
HSL 344.56º 0.8% 0.42% -
HSV(B) 344.56º 0.89% 0.75% -
XYZ 22.96 12.12 6.13 -
YUV 77.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 192 21 65 0 0.89 0.66 0.25 344.56 0.8 0.42
Hex C0 15 41 0 59 42 19 159 50 2A
Octal 300 25 101 0 131 102 31 531 120 52
Binary 11000000 10101 1000001 0 1011001 1000010 11001 101011001 1010000 101010

Color Harmonies of #C01541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01541

Black with #C01541

Text Example


Text Example

White with #C01541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01541; }

 p { color: rgb(192,21,65); }

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

background-color css

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

 a { background-color: rgb(192,21,65); }

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

border-color css

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

 span { border-color: rgb(192,21,65); }

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