Html Css Color HEX #CC233F Cardinal

📋 copy color: '#CC233F'

red 204 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #CC233F

Tints of Cardinal #CC233F

RGB

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

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

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

R = 67.55%
G = 11.59%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC233F (or 0xCC233F) is known color: Cardinal. HEX triplet: CC, 23 and 3F. RGB value is (204,35,63). Sum of RGB (Red+Green+Blue) = 204+35+63=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233F is #33DCC0. Grayscale: #585858. Windows color (decimal): -3398849 or 4137932. OLE color: 4137932.

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

Color convert

RGB 204 35 63 -
CMYK 0 0.83 0.69 0.2
HSL 350.06º 0.71% 0.47% -
HSV(B) 350.06º 0.83% 0.8% -
XYZ 26.4 14.4 6.09 -
YUV 88.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 204 35 63 0 0.83 0.69 0.2 350.06 0.71 0.47
Hex CC 23 3F 0 53 45 14 15E 47 2F
Octal 314 43 77 0 123 105 24 536 107 57
Binary 11001100 100011 111111 0 1010011 1000101 10100 101011110 1000111 101111

Color Harmonies of #CC233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC233F

Black with #CC233F

Text Example


Text Example

White with #CC233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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