Html Css Color HEX #C90E3E Cardinal

📋 copy color: '#C90E3E'

red 201 ◦ green 14 ◦ blue 62

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

Shades of Cardinal #C90E3E

Tints of Cardinal #C90E3E

RGB

 RED value IS 201 (78.91% from 255) = 72.56%

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 72.56%
G = 5.05%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C90E3E (or 0xC90E3E) is known color: Cardinal. HEX triplet: C9, 0E and 3E. RGB value is (201,14,62). Sum of RGB (Red+Green+Blue) = 201+14+62=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E3E is #36F1C1. Grayscale: #4B4B4B. Windows color (decimal): -3600834 or 4067017. OLE color: 4067017.

HSL color Cylindrical-coordinate representation of color #C90E3E: hue angle of 344.6º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E3E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 14 62 -
CMYK 0 0.93 0.69 0.21
HSL 344.6º 0.87% 0.42% -
HSV(B) 344.6º 0.93% 0.79% -
XYZ 25.11 13.08 5.76 -
YUV 75.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 201 14 62 0 0.93 0.69 0.21 344.6 0.87 0.42
Hex C9 E 3E 0 5D 45 15 159 57 2A
Octal 311 16 76 0 135 105 25 531 127 52
Binary 11001001 1110 111110 0 1011101 1000101 10101 101011001 1010111 101010

Color Harmonies of #C90E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90E3E

Black with #C90E3E

Text Example


Text Example

White with #C90E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90E3E; }

 p { color: rgb(201,14,62); }

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

background-color css

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

 a { background-color: rgb(201,14,62); }

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

border-color css

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

 span { border-color: rgb(201,14,62); }

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