Html Css Color HEX #C90F33 Cardinal

📋 copy color: '#C90F33'

red 201 ◦ green 15 ◦ blue 51

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

Shades of Cardinal #C90F33

Tints of Cardinal #C90F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 75.28%
G = 5.62%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90F33 (or 0xC90F33) is known color: Cardinal. HEX triplet: C9, 0F and 33. RGB value is (201,15,51). Sum of RGB (Red+Green+Blue) = 201+15+51=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F33 is #36F0CC. Grayscale: #4A4A4A. Windows color (decimal): -3600589 or 3346377. OLE color: 3346377.

HSL color Cylindrical-coordinate representation of color #C90F33: hue angle of 348.39º degrees, saturation: 0.86, 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 #C90F33 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 51 -
CMYK 0 0.93 0.75 0.21
HSL 348.39º 0.86% 0.42% -
HSV(B) 348.39º 0.93% 0.79% -
XYZ 24.86 13 4.33 -
YUV 74.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 201 15 51 0 0.93 0.75 0.21 348.39 0.86 0.42
Hex C9 F 33 0 5D 4B 15 15C 56 2A
Octal 311 17 63 0 135 113 25 534 126 52
Binary 11001001 1111 110011 0 1011101 1001011 10101 101011100 1010110 101010

Color Harmonies of #C90F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F33

Black with #C90F33

Text Example


Text Example

White with #C90F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F33; }

 p { color: rgb(201,15,51); }

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

background-color css

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

 a { background-color: rgb(201,15,51); }

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

border-color css

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

 span { border-color: rgb(201,15,51); }

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