Html Css Color HEX #C0233D Cardinal

📋 copy color: '#C0233D'

red 192 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #C0233D

Tints of Cardinal #C0233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 66.67%
G = 12.15%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0233D (or 0xC0233D) is known color: Cardinal. HEX triplet: C0, 23 and 3D. RGB value is (192,35,61). Sum of RGB (Red+Green+Blue) = 192+35+61=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233D is #3FDCC2. Grayscale: #545454. Windows color (decimal): -4185283 or 4006848. OLE color: 4006848.

HSL color Cylindrical-coordinate representation of color #C0233D: hue angle of 350.06º 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 #C0233D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 61 -
CMYK 0 0.82 0.68 0.25
HSL 350.06º 0.69% 0.45% -
HSV(B) 350.06º 0.82% 0.75% -
XYZ 23.18 12.75 5.65 -
YUV 84.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 192 35 61 0 0.82 0.68 0.25 350.06 0.69 0.45
Hex C0 23 3D 0 52 44 19 15E 45 2D
Octal 300 43 75 0 122 104 31 536 105 55
Binary 11000000 100011 111101 0 1010010 1000100 11001 101011110 1000101 101101

Color Harmonies of #C0233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0233D

Black with #C0233D

Text Example


Text Example

White with #C0233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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