Html Css Color HEX #C01F2E Cardinal

📋 copy color: '#C01F2E'

red 192 ◦ green 31 ◦ blue 46

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

Shades of Cardinal #C01F2E

Tints of Cardinal #C01F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

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

R = 71.38%
G = 11.52%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C01F2E (or 0xC01F2E) is known color: Cardinal. HEX triplet: C0, 1F and 2E. RGB value is (192,31,46). Sum of RGB (Red+Green+Blue) = 192+31+46=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F2E is #3FE0D1. Grayscale: #505050. Windows color (decimal): -4186322 or 3022784. OLE color: 3022784.

HSL color Cylindrical-coordinate representation of color #C01F2E: hue angle of 354.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F2E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 46 -
CMYK 0 0.84 0.76 0.25
HSL 354.41º 0.72% 0.44% -
HSV(B) 354.41º 0.84% 0.75% -
XYZ 22.72 12.38 3.78 -
YUV 80.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 192 31 46 0 0.84 0.76 0.25 354.41 0.72 0.44
Hex C0 1F 2E 0 54 4C 19 162 48 2C
Octal 300 37 56 0 124 114 31 542 110 54
Binary 11000000 11111 101110 0 1010100 1001100 11001 101100010 1001000 101100

Color Harmonies of #C01F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F2E

Black with #C01F2E

Text Example


Text Example

White with #C01F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F2E; }

 p { color: rgb(192,31,46); }

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

background-color css

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

 a { background-color: rgb(192,31,46); }

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

border-color css

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

 span { border-color: rgb(192,31,46); }

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