Html Css Color HEX #C81743 Cardinal

📋 copy color: '#C81743'

red 200 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #C81743

Tints of Cardinal #C81743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 68.97%
G = 7.93%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81743 (or 0xC81743) is known color: Cardinal. HEX triplet: C8, 17 and 43. RGB value is (200,23,67). Sum of RGB (Red+Green+Blue) = 200+23+67=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C81743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81743 is #37E8BC. Grayscale: #505050. Windows color (decimal): -3664061 or 4397000. OLE color: 4397000.

HSL color Cylindrical-coordinate representation of color #C81743: hue angle of 345.08º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81743 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 67 -
CMYK 0 0.88 0.66 0.22
HSL 345.08º 0.79% 0.44% -
HSV(B) 345.08º 0.89% 0.78% -
XYZ 25.14 13.3 6.55 -
YUV 80.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 200 23 67 0 0.88 0.66 0.22 345.08 0.79 0.44
Hex C8 17 43 0 58 42 16 159 4F 2C
Octal 310 27 103 0 130 102 26 531 117 54
Binary 11001000 10111 1000011 0 1011000 1000010 10110 101011001 1001111 101100

Color Harmonies of #C81743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81743

Black with #C81743

Text Example


Text Example

White with #C81743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81743; }

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

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

background-color css

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

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

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

border-color css

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

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

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