Html Css Color HEX #C2262F Cardinal

📋 copy color: '#C2262F'

red 194 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #C2262F

Tints of Cardinal #C2262F

RGB

 RED value IS 194 (76.17% from 255) = 69.53%

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 69.53%
G = 13.62%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2262F (or 0xC2262F) is known color: Cardinal. HEX triplet: C2, 26 and 2F. RGB value is (194,38,47). Sum of RGB (Red+Green+Blue) = 194+38+47=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2262F is #3DD9D0. Grayscale: #555555. Windows color (decimal): -4053457 or 3090114. OLE color: 3090114.

HSL color Cylindrical-coordinate representation of color #C2262F: hue angle of 356.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2262F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 47 -
CMYK 0 0.80 0.76 0.24
HSL 356.54º 0.67% 0.45% -
HSV(B) 356.54º 0.8% 0.76% -
XYZ 23.45 13.06 3.97 -
YUV 85.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 194 38 47 0 0.80 0.76 0.24 356.54 0.67 0.45
Hex C2 26 2F 0 50 4C 18 165 43 2D
Octal 302 46 57 0 120 114 30 545 103 55
Binary 11000010 100110 101111 0 1010000 1001100 11000 101100101 1000011 101101

Color Harmonies of #C2262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2262F

Black with #C2262F

Text Example


Text Example

White with #C2262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2262F; }

 p { color: rgb(194,38,47); }

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

background-color css

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

 a { background-color: rgb(194,38,47); }

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

border-color css

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

 span { border-color: rgb(194,38,47); }

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