Html Css Color HEX #C01744 Cardinal

📋 copy color: '#C01744'

red 192 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #C01744

Tints of Cardinal #C01744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 67.84%
G = 8.13%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01744 (or 0xC01744) is known color: Cardinal. HEX triplet: C0, 17 and 44. RGB value is (192,23,68). Sum of RGB (Red+Green+Blue) = 192+23+68=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01744 is #3FE8BB. Grayscale: #4E4E4E. Windows color (decimal): -4188348 or 4462528. OLE color: 4462528.

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

Color convert

RGB 192 23 68 -
CMYK 0 0.88 0.65 0.25
HSL 344.02º 0.79% 0.42% -
HSV(B) 344.02º 0.88% 0.75% -
XYZ 23.09 12.24 6.61 -
YUV 78.66 121.99 208.84 -
System Red Green Blue C M Y K H S L
Decimal 192 23 68 0 0.88 0.65 0.25 344.02 0.79 0.42
Hex C0 17 44 0 58 41 19 158 4F 2A
Octal 300 27 104 0 130 101 31 530 117 52
Binary 11000000 10111 1000100 0 1011000 1000001 11001 101011000 1001111 101010

Color Harmonies of #C01744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01744

Black with #C01744

Text Example


Text Example

White with #C01744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01744; }

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

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

background-color css

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

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

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

border-color css

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

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

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