Html Css Color HEX #C81343 Cardinal

📋 copy color: '#C81343'

red 200 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #C81343

Tints of Cardinal #C81343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 69.93%
G = 6.64%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81343 (or 0xC81343) is known color: Cardinal. HEX triplet: C8, 13 and 43. RGB value is (200,19,67). Sum of RGB (Red+Green+Blue) = 200+19+67=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C81343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81343 is #37ECBC. Grayscale: #4E4E4E. Windows color (decimal): -3665085 or 4395976. OLE color: 4395976.

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

Color convert

RGB 200 19 67 -
CMYK 0 0.90 0.66 0.22
HSL 344.09º 0.83% 0.43% -
HSV(B) 344.09º 0.91% 0.78% -
XYZ 25.07 13.15 6.53 -
YUV 78.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 200 19 67 0 0.90 0.66 0.22 344.09 0.83 0.43
Hex C8 13 43 0 5A 42 16 158 53 2B
Octal 310 23 103 0 132 102 26 530 123 53
Binary 11001000 10011 1000011 0 1011010 1000010 10110 101011000 1010011 101011

Color Harmonies of #C81343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81343

Black with #C81343

Text Example


Text Example

White with #C81343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81343; }

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

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

background-color css

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

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

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

border-color css

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

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

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