Html Css Color HEX #CC233E Cardinal

📋 copy color: '#CC233E'

red 204 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #CC233E

Tints of Cardinal #CC233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 67.77%
G = 11.63%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC233E (or 0xCC233E) is known color: Cardinal. HEX triplet: CC, 23 and 3E. RGB value is (204,35,62). Sum of RGB (Red+Green+Blue) = 204+35+62=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233E is #33DCC1. Grayscale: #585858. Windows color (decimal): -3398850 or 4072396. OLE color: 4072396.

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

Color convert

RGB 204 35 62 -
CMYK 0 0.83 0.70 0.2
HSL 350.41º 0.71% 0.47% -
HSV(B) 350.41º 0.83% 0.8% -
XYZ 26.37 14.39 5.94 -
YUV 88.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 204 35 62 0 0.83 0.70 0.2 350.41 0.71 0.47
Hex CC 23 3E 0 53 46 14 15E 47 2F
Octal 314 43 76 0 123 106 24 536 107 57
Binary 11001100 100011 111110 0 1010011 1000110 10100 101011110 1000111 101111

Color Harmonies of #CC233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC233E

Black with #CC233E

Text Example


Text Example

White with #CC233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC233E; }

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

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

background-color css

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

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

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

border-color css

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

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

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