Html Css Color HEX #C01341 Cardinal

📋 copy color: '#C01341'

red 192 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #C01341

Tints of Cardinal #C01341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 69.57%
G = 6.88%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01341 (or 0xC01341) is known color: Cardinal. HEX triplet: C0, 13 and 41. RGB value is (192,19,65). Sum of RGB (Red+Green+Blue) = 192+19+65=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01341 is #3FECBE. Grayscale: #4B4B4B. Windows color (decimal): -4189375 or 4264896. OLE color: 4264896.

HSL color Cylindrical-coordinate representation of color #C01341: hue angle of 344.05º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01341 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 65 -
CMYK 0 0.90 0.66 0.25
HSL 344.05º 0.82% 0.41% -
HSV(B) 344.05º 0.9% 0.75% -
XYZ 22.93 12.05 6.12 -
YUV 75.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 192 19 65 0 0.90 0.66 0.25 344.05 0.82 0.41
Hex C0 13 41 0 5A 42 19 158 52 29
Octal 300 23 101 0 132 102 31 530 122 51
Binary 11000000 10011 1000001 0 1011010 1000010 11001 101011000 1010010 101001

Color Harmonies of #C01341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01341

Black with #C01341

Text Example


Text Example

White with #C01341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01341; }

 p { color: rgb(192,19,65); }

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

background-color css

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

 a { background-color: rgb(192,19,65); }

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

border-color css

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

 span { border-color: rgb(192,19,65); }

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