Html Css Color HEX #C00147 Cardinal

📋 copy color: '#C00147'

red 192 ◦ green 1 ◦ blue 71

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

Shades of Cardinal #C00147

Tints of Cardinal #C00147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 72.73%
G = 0.38%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C00147 (or 0xC00147) is known color: Cardinal. HEX triplet: C0, 01 and 47. RGB value is (192,1,71). Sum of RGB (Red+Green+Blue) = 192+1+71=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00147 is #3FFEB8. Grayscale: #424242. Windows color (decimal): -4193977 or 4653504. OLE color: 4653504.

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

Color convert

RGB 192 1 71 -
CMYK 0 0.99 0.63 0.25
HSL 338.01º 0.99% 0.38% -
HSV(B) 338.01º 0.99% 0.75% -
XYZ 22.89 11.68 7.01 -
YUV 66.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 192 1 71 0 0.99 0.63 0.25 338.01 0.99 0.38
Hex C0 1 47 0 63 3F 19 152 63 26
Octal 300 1 107 0 143 77 31 522 143 46
Binary 11000000 1 1000111 0 1100011 111111 11001 101010010 1100011 100110

Color Harmonies of #C00147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00147

Black with #C00147

Text Example


Text Example

White with #C00147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00147; }

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

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

background-color css

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

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

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

border-color css

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

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

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