Html Css Color HEX #C22634 Cardinal

📋 copy color: '#C22634'

red 194 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #C22634

Tints of Cardinal #C22634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 68.31%
G = 13.38%
B = 18.31%

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

#C22634 (or 0xC22634) is known color: Cardinal. HEX triplet: C2, 26 and 34. RGB value is (194,38,52). Sum of RGB (Red+Green+Blue) = 194+38+52=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C22634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22634 is #3DD9CB. Grayscale: #565656. Windows color (decimal): -4053452 or 3417794. OLE color: 3417794.

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

Color convert

RGB 194 38 52 -
CMYK 0 0.80 0.73 0.24
HSL 354.62º 0.67% 0.45% -
HSV(B) 354.62º 0.8% 0.76% -
XYZ 23.56 13.1 4.54 -
YUV 86.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 194 38 52 0 0.80 0.73 0.24 354.62 0.67 0.45
Hex C2 26 34 0 50 49 18 163 43 2D
Octal 302 46 64 0 120 111 30 543 103 55
Binary 11000010 100110 110100 0 1010000 1001001 11000 101100011 1000011 101101

Color Harmonies of #C22634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22634

Black with #C22634

Text Example


Text Example

White with #C22634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22634; }

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

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

background-color css

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

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

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

border-color css

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

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

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