Html Css Color HEX #C0233F Cardinal

📋 copy color: '#C0233F'

red 192 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C0233F

Tints of Cardinal #C0233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 66.21%
G = 12.07%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0233F (or 0xC0233F) is known color: Cardinal. HEX triplet: C0, 23 and 3F. RGB value is (192,35,63). Sum of RGB (Red+Green+Blue) = 192+35+63=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233F is #3FDCC0. Grayscale: #555555. Windows color (decimal): -4185281 or 4137920. OLE color: 4137920.

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

Color convert

RGB 192 35 63 -
CMYK 0 0.82 0.67 0.25
HSL 349.3º 0.69% 0.45% -
HSV(B) 349.3º 0.82% 0.75% -
XYZ 23.24 12.77 5.94 -
YUV 85.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 192 35 63 0 0.82 0.67 0.25 349.3 0.69 0.45
Hex C0 23 3F 0 52 43 19 15D 45 2D
Octal 300 43 77 0 122 103 31 535 105 55
Binary 11000000 100011 111111 0 1010010 1000011 11001 101011101 1000101 101101

Color Harmonies of #C0233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0233F

Black with #C0233F

Text Example


Text Example

White with #C0233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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