Html Css Color HEX #C00547 Cardinal

📋 copy color: '#C00547'

red 192 ◦ green 5 ◦ blue 71

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

Shades of Cardinal #C00547

Tints of Cardinal #C00547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 71.64%
G = 1.87%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C00547 (or 0xC00547) is known color: Cardinal. HEX triplet: C0, 05 and 47. RGB value is (192,5,71). Sum of RGB (Red+Green+Blue) = 192+5+71=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C00547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00547 is #3FFAB8. Grayscale: #444444. Windows color (decimal): -4192953 or 4654528. OLE color: 4654528.

HSL color Cylindrical-coordinate representation of color #C00547: hue angle of 338.82º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00547 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 71 -
CMYK 0 0.97 0.63 0.25
HSL 338.82º 0.95% 0.39% -
HSV(B) 338.82º 0.97% 0.75% -
XYZ 22.93 11.77 7.02 -
YUV 68.44 129.45 216.13 -
System Red Green Blue C M Y K H S L
Decimal 192 5 71 0 0.97 0.63 0.25 338.82 0.95 0.39
Hex C0 5 47 0 61 3F 19 153 5F 27
Octal 300 5 107 0 141 77 31 523 137 47
Binary 11000000 101 1000111 0 1100001 111111 11001 101010011 1011111 100111

Color Harmonies of #C00547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00547

Black with #C00547

Text Example


Text Example

White with #C00547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00547; }

 p { color: rgb(192,5,71); }

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

background-color css

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

 a { background-color: rgb(192,5,71); }

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

border-color css

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

 span { border-color: rgb(192,5,71); }

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