Html Css Color HEX #CC233B Cardinal

📋 copy color: '#CC233B'

red 204 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #CC233B

Tints of Cardinal #CC233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 68.46%
G = 11.74%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC233B (or 0xCC233B) is known color: Cardinal. HEX triplet: CC, 23 and 3B. RGB value is (204,35,59). Sum of RGB (Red+Green+Blue) = 204+35+59=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233B is #33DCC4. Grayscale: #585858. Windows color (decimal): -3398853 or 3875788. OLE color: 3875788.

HSL color Cylindrical-coordinate representation of color #CC233B: hue angle of 351.48º 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 #CC233B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 59 -
CMYK 0 0.83 0.71 0.2
HSL 351.48º 0.71% 0.47% -
HSV(B) 351.48º 0.83% 0.8% -
XYZ 26.29 14.36 5.52 -
YUV 88.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 204 35 59 0 0.83 0.71 0.2 351.48 0.71 0.47
Hex CC 23 3B 0 53 47 14 15F 47 2F
Octal 314 43 73 0 123 107 24 537 107 57
Binary 11001100 100011 111011 0 1010011 1000111 10100 101011111 1000111 101111

Color Harmonies of #CC233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC233B

Black with #CC233B

Text Example


Text Example

White with #CC233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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