Html Css Color HEX #C00544 Cardinal

📋 copy color: '#C00544'

red 192 ◦ green 5 ◦ blue 68

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

Shades of Cardinal #C00544

Tints of Cardinal #C00544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 72.45%
G = 1.89%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00544 (or 0xC00544) is known color: Cardinal. HEX triplet: C0, 05 and 44. RGB value is (192,5,68). Sum of RGB (Red+Green+Blue) = 192+5+68=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00544 is #3FFABB. Grayscale: #444444. Windows color (decimal): -4192956 or 4457920. OLE color: 4457920.

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

Color convert

RGB 192 5 68 -
CMYK 0 0.97 0.65 0.25
HSL 339.79º 0.95% 0.39% -
HSV(B) 339.79º 0.97% 0.75% -
XYZ 22.84 11.73 6.53 -
YUV 68.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 192 5 68 0 0.97 0.65 0.25 339.79 0.95 0.39
Hex C0 5 44 0 61 41 19 154 5F 27
Octal 300 5 104 0 141 101 31 524 137 47
Binary 11000000 101 1000100 0 1100001 1000001 11001 101010100 1011111 100111

Color Harmonies of #C00544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00544

Black with #C00544

Text Example


Text Example

White with #C00544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00544; }

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

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

background-color css

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

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

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

border-color css

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

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

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