Html Css Color HEX #C21741 Cardinal

📋 copy color: '#C21741'

red 194 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #C21741

Tints of Cardinal #C21741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 68.79%
G = 8.16%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C21741 (or 0xC21741) is known color: Cardinal. HEX triplet: C2, 17 and 41. RGB value is (194,23,65). Sum of RGB (Red+Green+Blue) = 194+23+65=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21741 is #3DE8BE. Grayscale: #4E4E4E. Windows color (decimal): -4057279 or 4265922. OLE color: 4265922.

HSL color Cylindrical-coordinate representation of color #C21741: hue angle of 345.26º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21741 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 65 -
CMYK 0 0.88 0.66 0.24
HSL 345.26º 0.79% 0.43% -
HSV(B) 345.26º 0.88% 0.76% -
XYZ 23.51 12.46 6.17 -
YUV 78.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 194 23 65 0 0.88 0.66 0.24 345.26 0.79 0.43
Hex C2 17 41 0 58 42 18 159 4F 2B
Octal 302 27 101 0 130 102 30 531 117 53
Binary 11000010 10111 1000001 0 1011000 1000010 11000 101011001 1001111 101011

Color Harmonies of #C21741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21741

Black with #C21741

Text Example


Text Example

White with #C21741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21741; }

 p { color: rgb(194,23,65); }

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

background-color css

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

 a { background-color: rgb(194,23,65); }

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

border-color css

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

 span { border-color: rgb(194,23,65); }

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