Html Css Color HEX #C12338 Cardinal

📋 copy color: '#C12338'

red 193 ◦ green 35 ◦ blue 56

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

Shades of Cardinal #C12338

Tints of Cardinal #C12338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 67.96%
G = 12.32%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C12338 (or 0xC12338) is known color: Cardinal. HEX triplet: C1, 23 and 38. RGB value is (193,35,56). Sum of RGB (Red+Green+Blue) = 193+35+56=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12338 is #3EDCC7. Grayscale: #545454. Windows color (decimal): -4119752 or 3679169. OLE color: 3679169.

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

Color convert

RGB 193 35 56 -
CMYK 0 0.82 0.71 0.24
HSL 352.03º 0.69% 0.45% -
HSV(B) 352.03º 0.82% 0.76% -
XYZ 23.31 12.83 4.99 -
YUV 84.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 193 35 56 0 0.82 0.71 0.24 352.03 0.69 0.45
Hex C1 23 38 0 52 47 18 160 45 2D
Octal 301 43 70 0 122 107 30 540 105 55
Binary 11000001 100011 111000 0 1010010 1000111 11000 101100000 1000101 101101

Color Harmonies of #C12338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12338

Black with #C12338

Text Example


Text Example

White with #C12338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12338; }

 p { color: rgb(193,35,56); }

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

background-color css

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

 a { background-color: rgb(193,35,56); }

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

border-color css

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

 span { border-color: rgb(193,35,56); }

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