Html Css Color HEX #C81E2E Cardinal

📋 copy color: '#C81E2E'

red 200 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #C81E2E

Tints of Cardinal #C81E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 72.46%
G = 10.87%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C81E2E (or 0xC81E2E) is known color: Cardinal. HEX triplet: C8, 1E and 2E. RGB value is (200,30,46). Sum of RGB (Red+Green+Blue) = 200+30+46=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E2E is #37E1D1. Grayscale: #525252. Windows color (decimal): -3662290 or 3022536. OLE color: 3022536.

HSL color Cylindrical-coordinate representation of color #C81E2E: hue angle of 354.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 #C81E2E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 46 -
CMYK 0 0.85 0.77 0.22
HSL 354.35º 0.74% 0.45% -
HSV(B) 354.35º 0.85% 0.78% -
XYZ 24.78 13.41 3.87 -
YUV 82.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 200 30 46 0 0.85 0.77 0.22 354.35 0.74 0.45
Hex C8 1E 2E 0 55 4D 16 162 4A 2D
Octal 310 36 56 0 125 115 26 542 112 55
Binary 11001000 11110 101110 0 1010101 1001101 10110 101100010 1001010 101101

Color Harmonies of #C81E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E2E

Black with #C81E2E

Text Example


Text Example

White with #C81E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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