Html Css Color HEX #C10737 Cardinal

📋 copy color: '#C10737'

red 193 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #C10737

Tints of Cardinal #C10737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 55 (21.88% from 255) = 21.57%

R = 75.69%
G = 2.75%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10737 (or 0xC10737) is known color: Cardinal. HEX triplet: C1, 07 and 37. RGB value is (193,7,55). Sum of RGB (Red+Green+Blue) = 193+7+55=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C10737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10737 is #3EF8C8. Grayscale: #444444. Windows color (decimal): -4126921 or 3606465. OLE color: 3606465.

HSL color Cylindrical-coordinate representation of color #C10737: hue angle of 344.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10737 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 55 -
CMYK 0 0.96 0.72 0.24
HSL 344.52º 0.93% 0.39% -
HSV(B) 344.52º 0.96% 0.76% -
XYZ 22.76 11.77 4.69 -
YUV 68.09 120.62 217.1 -
System Red Green Blue C M Y K H S L
Decimal 193 7 55 0 0.96 0.72 0.24 344.52 0.93 0.39
Hex C1 7 37 0 60 48 18 159 5D 27
Octal 301 7 67 0 140 110 30 531 135 47
Binary 11000001 111 110111 0 1100000 1001000 11000 101011001 1011101 100111

Color Harmonies of #C10737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10737

Black with #C10737

Text Example


Text Example

White with #C10737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10737; }

 p { color: rgb(193,7,55); }

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

background-color css

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

 a { background-color: rgb(193,7,55); }

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

border-color css

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

 span { border-color: rgb(193,7,55); }

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