Html Css Color HEX #C01334 Cardinal

📋 copy color: '#C01334'

red 192 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #C01334

Tints of Cardinal #C01334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 73%
G = 7.22%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01334 (or 0xC01334) is known color: Cardinal. HEX triplet: C0, 13 and 34. RGB value is (192,19,52). Sum of RGB (Red+Green+Blue) = 192+19+52=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C01334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01334 is #3FECCB. Grayscale: #4A4A4A. Windows color (decimal): -4189388 or 3412928. OLE color: 3412928.

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

Color convert

RGB 192 19 52 -
CMYK 0 0.90 0.73 0.25
HSL 348.55º 0.82% 0.41% -
HSV(B) 348.55º 0.9% 0.75% -
XYZ 22.59 11.92 4.36 -
YUV 74.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 192 19 52 0 0.90 0.73 0.25 348.55 0.82 0.41
Hex C0 13 34 0 5A 49 19 15D 52 29
Octal 300 23 64 0 132 111 31 535 122 51
Binary 11000000 10011 110100 0 1011010 1001001 11001 101011101 1010010 101001

Color Harmonies of #C01334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01334

Black with #C01334

Text Example


Text Example

White with #C01334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01334; }

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

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

background-color css

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

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

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

border-color css

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

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

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