Html Css Color HEX #C81F39 Cardinal

📋 copy color: '#C81F39'

red 200 ◦ green 31 ◦ blue 57

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

Shades of Cardinal #C81F39

Tints of Cardinal #C81F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 69.44%
G = 10.76%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81F39 (or 0xC81F39) is known color: Cardinal. HEX triplet: C8, 1F and 39. RGB value is (200,31,57). Sum of RGB (Red+Green+Blue) = 200+31+57=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F39 is #37E0C6. Grayscale: #545454. Windows color (decimal): -3662023 or 3743688. OLE color: 3743688.

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

Color convert

RGB 200 31 57 -
CMYK 0 0.84 0.72 0.22
HSL 350.77º 0.73% 0.45% -
HSV(B) 350.77º 0.85% 0.78% -
XYZ 25.05 13.55 5.17 -
YUV 84.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 200 31 57 0 0.84 0.72 0.22 350.77 0.73 0.45
Hex C8 1F 39 0 54 48 16 15F 49 2D
Octal 310 37 71 0 124 110 26 537 111 55
Binary 11001000 11111 111001 0 1010100 1001000 10110 101011111 1001001 101101

Color Harmonies of #C81F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F39

Black with #C81F39

Text Example


Text Example

White with #C81F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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