Html Css Color HEX #C01643 Cardinal

📋 copy color: '#C01643'

red 192 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #C01643

Tints of Cardinal #C01643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 68.33%
G = 7.83%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01643 (or 0xC01643) is known color: Cardinal. HEX triplet: C0, 16 and 43. RGB value is (192,22,67). Sum of RGB (Red+Green+Blue) = 192+22+67=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01643 is #3FE9BC. Grayscale: #4D4D4D. Windows color (decimal): -4188605 or 4396736. OLE color: 4396736.

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

Color convert

RGB 192 22 67 -
CMYK 0 0.89 0.65 0.25
HSL 344.12º 0.79% 0.42% -
HSV(B) 344.12º 0.89% 0.75% -
XYZ 23.04 12.19 6.45 -
YUV 77.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 192 22 67 0 0.89 0.65 0.25 344.12 0.79 0.42
Hex C0 16 43 0 59 41 19 158 4F 2A
Octal 300 26 103 0 131 101 31 530 117 52
Binary 11000000 10110 1000011 0 1011001 1000001 11001 101011000 1001111 101010

Color Harmonies of #C01643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01643

Black with #C01643

Text Example


Text Example

White with #C01643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01643; }

 p { color: rgb(192,22,67); }

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

background-color css

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

 a { background-color: rgb(192,22,67); }

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

border-color css

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

 span { border-color: rgb(192,22,67); }

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