Html Css Color HEX #C22633 Cardinal

📋 copy color: '#C22633'

red 194 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #C22633

Tints of Cardinal #C22633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 68.55%
G = 13.43%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22633 (or 0xC22633) is known color: Cardinal. HEX triplet: C2, 26 and 33. RGB value is (194,38,51). Sum of RGB (Red+Green+Blue) = 194+38+51=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C22633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22633 is #3DD9CC. Grayscale: #565656. Windows color (decimal): -4053453 or 3352258. OLE color: 3352258.

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

Color convert

RGB 194 38 51 -
CMYK 0 0.80 0.74 0.24
HSL 355º 0.67% 0.45% -
HSV(B) 355º 0.8% 0.76% -
XYZ 23.54 13.09 4.42 -
YUV 86.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 194 38 51 0 0.80 0.74 0.24 355 0.67 0.45
Hex C2 26 33 0 50 4A 18 163 43 2D
Octal 302 46 63 0 120 112 30 543 103 55
Binary 11000010 100110 110011 0 1010000 1001010 11000 101100011 1000011 101101

Color Harmonies of #C22633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22633

Black with #C22633

Text Example


Text Example

White with #C22633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22633; }

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

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

background-color css

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

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

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

border-color css

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

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

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