Html Css Color HEX #C22635 Cardinal

📋 copy color: '#C22635'

red 194 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #C22635

Tints of Cardinal #C22635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 68.07%
G = 13.33%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22635 (or 0xC22635) is known color: Cardinal. HEX triplet: C2, 26 and 35. RGB value is (194,38,53). Sum of RGB (Red+Green+Blue) = 194+38+53=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C22635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22635 is #3DD9CA. Grayscale: #565656. Windows color (decimal): -4053451 or 3483330. OLE color: 3483330.

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

Color convert

RGB 194 38 53 -
CMYK 0 0.80 0.73 0.24
HSL 354.23º 0.67% 0.45% -
HSV(B) 354.23º 0.8% 0.76% -
XYZ 23.58 13.11 4.66 -
YUV 86.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 194 38 53 0 0.80 0.73 0.24 354.23 0.67 0.45
Hex C2 26 35 0 50 49 18 162 43 2D
Octal 302 46 65 0 120 111 30 542 103 55
Binary 11000010 100110 110101 0 1010000 1001001 11000 101100010 1000011 101101

Color Harmonies of #C22635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22635

Black with #C22635

Text Example


Text Example

White with #C22635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22635; }

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

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

background-color css

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

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

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

border-color css

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

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

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