Html Css Color HEX #C00744 Cardinal

📋 copy color: '#C00744'

red 192 ◦ green 7 ◦ blue 68

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

Shades of Cardinal #C00744

Tints of Cardinal #C00744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 71.91%
G = 2.62%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00744 (or 0xC00744) is known color: Cardinal. HEX triplet: C0, 07 and 44. RGB value is (192,7,68). Sum of RGB (Red+Green+Blue) = 192+7+68=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00744 is #3FF8BB. Grayscale: #454545. Windows color (decimal): -4192444 or 4458432. OLE color: 4458432.

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

Color convert

RGB 192 7 68 -
CMYK 0 0.96 0.65 0.25
HSL 340.22º 0.93% 0.39% -
HSV(B) 340.22º 0.96% 0.75% -
XYZ 22.86 11.78 6.54 -
YUV 69.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 192 7 68 0 0.96 0.65 0.25 340.22 0.93 0.39
Hex C0 7 44 0 60 41 19 154 5D 27
Octal 300 7 104 0 140 101 31 524 135 47
Binary 11000000 111 1000100 0 1100000 1000001 11001 101010100 1011101 100111

Color Harmonies of #C00744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00744

Black with #C00744

Text Example


Text Example

White with #C00744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00744; }

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

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

background-color css

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

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

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

border-color css

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

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

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