Html Css Color HEX #C01430 Cardinal

📋 copy color: '#C01430'

red 192 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #C01430

Tints of Cardinal #C01430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 73.85%
G = 7.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C01430 (or 0xC01430) is known color: Cardinal. HEX triplet: C0, 14 and 30. RGB value is (192,20,48). Sum of RGB (Red+Green+Blue) = 192+20+48=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C01430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01430 is #3FEBCF. Grayscale: #4A4A4A. Windows color (decimal): -4189136 or 3151040. OLE color: 3151040.

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

Color convert

RGB 192 20 48 -
CMYK 0 0.90 0.75 0.25
HSL 350.23º 0.81% 0.42% -
HSV(B) 350.23º 0.9% 0.75% -
XYZ 22.52 11.92 3.91 -
YUV 74.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 192 20 48 0 0.90 0.75 0.25 350.23 0.81 0.42
Hex C0 14 30 0 5A 4B 19 15E 51 2A
Octal 300 24 60 0 132 113 31 536 121 52
Binary 11000000 10100 110000 0 1011010 1001011 11001 101011110 1010001 101010

Color Harmonies of #C01430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01430

Black with #C01430

Text Example


Text Example

White with #C01430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01430; }

 p { color: rgb(192,20,48); }

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

background-color css

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

 a { background-color: rgb(192,20,48); }

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

border-color css

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

 span { border-color: rgb(192,20,48); }

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