Html Css Color HEX #C02631 Cardinal

📋 copy color: '#C02631'

red 192 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #C02631

Tints of Cardinal #C02631

RGB

 RED value IS 192 (75.39% from 255) = 68.82%

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

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 68.82%
G = 13.62%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02631 (or 0xC02631) is known color: Cardinal. HEX triplet: C0, 26 and 31. RGB value is (192,38,49). Sum of RGB (Red+Green+Blue) = 192+38+49=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02631 is #3FD9CE. Grayscale: #555555. Windows color (decimal): -4184527 or 3221184. OLE color: 3221184.

HSL color Cylindrical-coordinate representation of color #C02631: hue angle of 355.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02631 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 49 -
CMYK 0 0.80 0.74 0.25
HSL 355.71º 0.67% 0.45% -
HSV(B) 355.71º 0.8% 0.75% -
XYZ 22.99 12.81 4.17 -
YUV 85.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 192 38 49 0 0.80 0.74 0.25 355.71 0.67 0.45
Hex C0 26 31 0 50 4A 19 164 43 2D
Octal 300 46 61 0 120 112 31 544 103 55
Binary 11000000 100110 110001 0 1010000 1001010 11001 101100100 1000011 101101

Color Harmonies of #C02631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02631

Black with #C02631

Text Example


Text Example

White with #C02631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02631; }

 p { color: rgb(192,38,49); }

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

background-color css

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

 a { background-color: rgb(192,38,49); }

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

border-color css

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

 span { border-color: rgb(192,38,49); }

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