Html Css Color HEX #C0233A Cardinal

📋 copy color: '#C0233A'

red 192 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #C0233A

Tints of Cardinal #C0233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 67.37%
G = 12.28%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0233A (or 0xC0233A) is known color: Cardinal. HEX triplet: C0, 23 and 3A. RGB value is (192,35,58). Sum of RGB (Red+Green+Blue) = 192+35+58=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233A is #3FDCC5. Grayscale: #545454. Windows color (decimal): -4185286 or 3810240. OLE color: 3810240.

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

Color convert

RGB 192 35 58 -
CMYK 0 0.82 0.70 0.25
HSL 351.21º 0.69% 0.45% -
HSV(B) 351.21º 0.82% 0.75% -
XYZ 23.1 12.71 5.24 -
YUV 84.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 192 35 58 0 0.82 0.70 0.25 351.21 0.69 0.45
Hex C0 23 3A 0 52 46 19 15F 45 2D
Octal 300 43 72 0 122 106 31 537 105 55
Binary 11000000 100011 111010 0 1010010 1000110 11001 101011111 1000101 101101

Color Harmonies of #C0233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0233A

Black with #C0233A

Text Example


Text Example

White with #C0233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0233A; }

 p { color: rgb(192,35,58); }

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

background-color css

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

 a { background-color: rgb(192,35,58); }

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

border-color css

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

 span { border-color: rgb(192,35,58); }

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