Html Css Color HEX #C81F3A Cardinal

📋 copy color: '#C81F3A'

red 200 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #C81F3A

Tints of Cardinal #C81F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 69.2%
G = 10.73%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C81F3A (or 0xC81F3A) is known color: Cardinal. HEX triplet: C8, 1F and 3A. RGB value is (200,31,58). Sum of RGB (Red+Green+Blue) = 200+31+58=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F3A is #37E0C5. Grayscale: #545454. Windows color (decimal): -3662022 or 3809224. OLE color: 3809224.

HSL color Cylindrical-coordinate representation of color #C81F3A: hue angle of 350.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F3A is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 58 -
CMYK 0 0.84 0.71 0.22
HSL 350.41º 0.73% 0.45% -
HSV(B) 350.41º 0.85% 0.78% -
XYZ 25.07 13.56 5.3 -
YUV 84.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 200 31 58 0 0.84 0.71 0.22 350.41 0.73 0.45
Hex C8 1F 3A 0 54 47 16 15E 49 2D
Octal 310 37 72 0 124 107 26 536 111 55
Binary 11001000 11111 111010 0 1010100 1000111 10110 101011110 1001001 101101

Color Harmonies of #C81F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F3A

Black with #C81F3A

Text Example


Text Example

White with #C81F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F3A; }

 p { color: rgb(200,31,58); }

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

background-color css

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

 a { background-color: rgb(200,31,58); }

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

border-color css

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

 span { border-color: rgb(200,31,58); }

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