Html Css Color HEX #C81349 Cardinal

📋 copy color: '#C81349'

red 200 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #C81349

Tints of Cardinal #C81349

RGB

 RED value IS 200 (78.52% from 255) = 68.49%

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 68.49%
G = 6.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81349 (or 0xC81349) is known color: Cardinal. HEX triplet: C8, 13 and 49. RGB value is (200,19,73). Sum of RGB (Red+Green+Blue) = 200+19+73=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81349 is #37ECB6. Grayscale: #4F4F4F. Windows color (decimal): -3665079 or 4789192. OLE color: 4789192.

HSL color Cylindrical-coordinate representation of color #C81349: hue angle of 342.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81349 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 73 -
CMYK 0 0.90 0.64 0.22
HSL 342.1º 0.83% 0.43% -
HSV(B) 342.1º 0.91% 0.78% -
XYZ 25.25 13.23 7.53 -
YUV 79.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 200 19 73 0 0.90 0.64 0.22 342.1 0.83 0.43
Hex C8 13 49 0 5A 40 16 156 53 2B
Octal 310 23 111 0 132 100 26 526 123 53
Binary 11001000 10011 1001001 0 1011010 1000000 10110 101010110 1010011 101011

Color Harmonies of #C81349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81349

Black with #C81349

Text Example


Text Example

White with #C81349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81349; }

 p { color: rgb(200,19,73); }

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

background-color css

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

 a { background-color: rgb(200,19,73); }

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

border-color css

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

 span { border-color: rgb(200,19,73); }

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