Html Css Color HEX #C01A3D Cardinal

📋 copy color: '#C01A3D'

red 192 ◦ green 26 ◦ blue 61

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

Shades of Cardinal #C01A3D

Tints of Cardinal #C01A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 68.82%
G = 9.32%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C01A3D (or 0xC01A3D) is known color: Cardinal. HEX triplet: C0, 1A and 3D. RGB value is (192,26,61). Sum of RGB (Red+Green+Blue) = 192+26+61=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A3D is #3FE5C2. Grayscale: #4F4F4F. Windows color (decimal): -4187587 or 4004544. OLE color: 4004544.

HSL color Cylindrical-coordinate representation of color #C01A3D: hue angle of 347.35º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A3D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 61 -
CMYK 0 0.86 0.68 0.25
HSL 347.35º 0.76% 0.43% -
HSV(B) 347.35º 0.86% 0.75% -
XYZ 22.95 12.28 5.58 -
YUV 79.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 192 26 61 0 0.86 0.68 0.25 347.35 0.76 0.43
Hex C0 1A 3D 0 56 44 19 15B 4C 2B
Octal 300 32 75 0 126 104 31 533 114 53
Binary 11000000 11010 111101 0 1010110 1000100 11001 101011011 1001100 101011

Color Harmonies of #C01A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A3D

Black with #C01A3D

Text Example


Text Example

White with #C01A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A3D; }

 p { color: rgb(192,26,61); }

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

background-color css

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

 a { background-color: rgb(192,26,61); }

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

border-color css

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

 span { border-color: rgb(192,26,61); }

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