Html Css Color HEX #C1262F Cardinal

📋 copy color: '#C1262F'

red 193 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #C1262F

Tints of Cardinal #C1262F

RGB

 RED value IS 193 (75.78% from 255) = 69.42%

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

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

R = 69.42%
G = 13.67%
B = 16.91%

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

#C1262F (or 0xC1262F) is known color: Cardinal. HEX triplet: C1, 26 and 2F. RGB value is (193,38,47). Sum of RGB (Red+Green+Blue) = 193+38+47=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1262F is #3ED9D0. Grayscale: #555555. Windows color (decimal): -4118993 or 3090113. OLE color: 3090113.

HSL color Cylindrical-coordinate representation of color #C1262F: hue angle of 356.52º 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 #C1262F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 47 -
CMYK 0 0.80 0.76 0.24
HSL 356.52º 0.67% 0.45% -
HSV(B) 356.52º 0.8% 0.76% -
XYZ 23.2 12.93 3.96 -
YUV 85.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 193 38 47 0 0.80 0.76 0.24 356.52 0.67 0.45
Hex C1 26 2F 0 50 4C 18 165 43 2D
Octal 301 46 57 0 120 114 30 545 103 55
Binary 11000001 100110 101111 0 1010000 1001100 11000 101100101 1000011 101101

Color Harmonies of #C1262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1262F

Black with #C1262F

Text Example


Text Example

White with #C1262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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