Html Css Color HEX #CC233A Cardinal

📋 copy color: '#CC233A'

red 204 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #CC233A

Tints of Cardinal #CC233A

RGB

 RED value IS 204 (80.08% from 255) = 68.69%

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

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

R = 68.69%
G = 11.78%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC233A (or 0xCC233A) is known color: Cardinal. HEX triplet: CC, 23 and 3A. RGB value is (204,35,58). Sum of RGB (Red+Green+Blue) = 204+35+58=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233A is #33DCC5. Grayscale: #585858. Windows color (decimal): -3398854 or 3810252. OLE color: 3810252.

HSL color Cylindrical-coordinate representation of color #CC233A: hue angle of 351.83º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC233A is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 58 -
CMYK 0 0.83 0.72 0.2
HSL 351.83º 0.71% 0.47% -
HSV(B) 351.83º 0.83% 0.8% -
XYZ 26.27 14.34 5.39 -
YUV 88.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 204 35 58 0 0.83 0.72 0.2 351.83 0.71 0.47
Hex CC 23 3A 0 53 48 14 160 47 2F
Octal 314 43 72 0 123 110 24 540 107 57
Binary 11001100 100011 111010 0 1010011 1001000 10100 101100000 1000111 101111

Color Harmonies of #CC233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC233A

Black with #CC233A

Text Example


Text Example

White with #CC233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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