Html Css Color HEX #C01233 Cardinal

📋 copy color: '#C01233'

red 192 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #C01233

Tints of Cardinal #C01233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 73.56%
G = 6.9%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01233 (or 0xC01233) is known color: Cardinal. HEX triplet: C0, 12 and 33. RGB value is (192,18,51). Sum of RGB (Red+Green+Blue) = 192+18+51=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C01233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01233 is #3FEDCC. Grayscale: #494949. Windows color (decimal): -4189645 or 3347136. OLE color: 3347136.

HSL color Cylindrical-coordinate representation of color #C01233: hue angle of 348.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01233 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 51 -
CMYK 0 0.91 0.73 0.25
HSL 348.62º 0.83% 0.41% -
HSV(B) 348.62º 0.91% 0.75% -
XYZ 22.55 11.88 4.24 -
YUV 73.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 192 18 51 0 0.91 0.73 0.25 348.62 0.83 0.41
Hex C0 12 33 0 5B 49 19 15D 53 29
Octal 300 22 63 0 133 111 31 535 123 51
Binary 11000000 10010 110011 0 1011011 1001001 11001 101011101 1010011 101001

Color Harmonies of #C01233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01233

Black with #C01233

Text Example


Text Example

White with #C01233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01233; }

 p { color: rgb(192,18,51); }

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

background-color css

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

 a { background-color: rgb(192,18,51); }

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

border-color css

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

 span { border-color: rgb(192,18,51); }

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