Html Css Color HEX #C00E2D Cardinal

📋 copy color: '#C00E2D'

red 192 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #C00E2D

Tints of Cardinal #C00E2D

RGB

 RED value IS 192 (75.39% from 255) = 76.49%

 GREEN value IS 14 (5.86% from 255) = 5.58%

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 76.49%
G = 5.58%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C00E2D (or 0xC00E2D) is known color: Cardinal. HEX triplet: C0, 0E and 2D. RGB value is (192,14,45). Sum of RGB (Red+Green+Blue) = 192+14+45=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E2D is #3FF1D2. Grayscale: #464646. Windows color (decimal): -4190675 or 2952896. OLE color: 2952896.

HSL color Cylindrical-coordinate representation of color #C00E2D: hue angle of 349.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 45 -
CMYK 0 0.93 0.77 0.25
HSL 349.55º 0.86% 0.4% -
HSV(B) 349.55º 0.93% 0.75% -
XYZ 22.37 11.71 3.56 -
YUV 70.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 192 14 45 0 0.93 0.77 0.25 349.55 0.86 0.4
Hex C0 E 2D 0 5D 4D 19 15E 56 28
Octal 300 16 55 0 135 115 31 536 126 50
Binary 11000000 1110 101101 0 1011101 1001101 11001 101011110 1010110 101000

Color Harmonies of #C00E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E2D

Black with #C00E2D

Text Example


Text Example

White with #C00E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E2D; }

 p { color: rgb(192,14,45); }

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

background-color css

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

 a { background-color: rgb(192,14,45); }

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

border-color css

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

 span { border-color: rgb(192,14,45); }

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