Html Css Color HEX #C02838 Cardinal

📋 copy color: '#C02838'

red 192 ◦ green 40 ◦ blue 56

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

Shades of Cardinal #C02838

Tints of Cardinal #C02838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 66.67%
G = 13.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02838 (or 0xC02838) is known color: Cardinal. HEX triplet: C0, 28 and 38. RGB value is (192,40,56). Sum of RGB (Red+Green+Blue) = 192+40+56=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C02838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02838 is #3FD7C7. Grayscale: #575757. Windows color (decimal): -4184008 or 3680448. OLE color: 3680448.

HSL color Cylindrical-coordinate representation of color #C02838: hue angle of 353.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02838 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 56 -
CMYK 0 0.79 0.71 0.25
HSL 353.68º 0.66% 0.45% -
HSV(B) 353.68º 0.79% 0.75% -
XYZ 23.21 13.01 5.03 -
YUV 87.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 192 40 56 0 0.79 0.71 0.25 353.68 0.66 0.45
Hex C0 28 38 0 4F 47 19 162 42 2D
Octal 300 50 70 0 117 107 31 542 102 55
Binary 11000000 101000 111000 0 1001111 1000111 11001 101100010 1000010 101101

Color Harmonies of #C02838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02838

Black with #C02838

Text Example


Text Example

White with #C02838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02838; }

 p { color: rgb(192,40,56); }

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

background-color css

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

 a { background-color: rgb(192,40,56); }

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

border-color css

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

 span { border-color: rgb(192,40,56); }

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