Html Css Color HEX #C81E3F Cardinal

📋 copy color: '#C81E3F'

red 200 ◦ green 30 ◦ blue 63

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

Shades of Cardinal #C81E3F

Tints of Cardinal #C81E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 68.26%
G = 10.24%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81E3F (or 0xC81E3F) is known color: Cardinal. HEX triplet: C8, 1E and 3F. RGB value is (200,30,63). Sum of RGB (Red+Green+Blue) = 200+30+63=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E3F is #37E1C0. Grayscale: #545454. Windows color (decimal): -3662273 or 4136648. OLE color: 4136648.

HSL color Cylindrical-coordinate representation of color #C81E3F: hue angle of 348.35º degrees, saturation: 0.74, 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 #C81E3F is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 63 -
CMYK 0 0.85 0.68 0.22
HSL 348.35º 0.74% 0.45% -
HSV(B) 348.35º 0.85% 0.78% -
XYZ 25.18 13.57 5.99 -
YUV 84.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 200 30 63 0 0.85 0.68 0.22 348.35 0.74 0.45
Hex C8 1E 3F 0 55 44 16 15C 4A 2D
Octal 310 36 77 0 125 104 26 534 112 55
Binary 11001000 11110 111111 0 1010101 1000100 10110 101011100 1001010 101101

Color Harmonies of #C81E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E3F

Black with #C81E3F

Text Example


Text Example

White with #C81E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E3F; }

 p { color: rgb(200,30,63); }

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

background-color css

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

 a { background-color: rgb(200,30,63); }

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

border-color css

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

 span { border-color: rgb(200,30,63); }

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