Html Css Color HEX #C00144 Cardinal

📋 copy color: '#C00144'

red 192 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #C00144

Tints of Cardinal #C00144

RGB

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

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

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

R = 73.56%
G = 0.38%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00144 (or 0xC00144) is known color: Cardinal. HEX triplet: C0, 01 and 44. RGB value is (192,1,68). Sum of RGB (Red+Green+Blue) = 192+1+68=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C00144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00144 is #3FFEBB. Grayscale: #414141. Windows color (decimal): -4193980 or 4456896. OLE color: 4456896.

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

Color convert

RGB 192 1 68 -
CMYK 0 0.99 0.65 0.25
HSL 338.95º 0.99% 0.38% -
HSV(B) 338.95º 0.99% 0.75% -
XYZ 22.79 11.65 6.52 -
YUV 65.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 192 1 68 0 0.99 0.65 0.25 338.95 0.99 0.38
Hex C0 1 44 0 63 41 19 153 63 26
Octal 300 1 104 0 143 101 31 523 143 46
Binary 11000000 1 1000100 0 1100011 1000001 11001 101010011 1100011 100110

Color Harmonies of #C00144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00144

Black with #C00144

Text Example


Text Example

White with #C00144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00144; }

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

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

background-color css

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

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

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

border-color css

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

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

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