Html Css Color HEX #C91E2F Cardinal

📋 copy color: '#C91E2F'

red 201 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #C91E2F

Tints of Cardinal #C91E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 72.3%
G = 10.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C91E2F (or 0xC91E2F) is known color: Cardinal. HEX triplet: C9, 1E and 2F. RGB value is (201,30,47). Sum of RGB (Red+Green+Blue) = 201+30+47=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E2F is #36E1D0. Grayscale: #535353. Windows color (decimal): -3596753 or 3088073. OLE color: 3088073.

HSL color Cylindrical-coordinate representation of color #C91E2F: hue angle of 354.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E2F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 30 47 -
CMYK 0 0.85 0.77 0.21
HSL 354.04º 0.74% 0.45% -
HSV(B) 354.04º 0.85% 0.79% -
XYZ 25.06 13.55 3.98 -
YUV 83.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 201 30 47 0 0.85 0.77 0.21 354.04 0.74 0.45
Hex C9 1E 2F 0 55 4D 15 162 4A 2D
Octal 311 36 57 0 125 115 25 542 112 55
Binary 11001001 11110 101111 0 1010101 1001101 10101 101100010 1001010 101101

Color Harmonies of #C91E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E2F

Black with #C91E2F

Text Example


Text Example

White with #C91E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E2F; }

 p { color: rgb(201,30,47); }

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

background-color css

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

 a { background-color: rgb(201,30,47); }

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

border-color css

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

 span { border-color: rgb(201,30,47); }

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