Html Css Color HEX #CC233D Cardinal

📋 copy color: '#CC233D'

red 204 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #CC233D

Tints of Cardinal #CC233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 68%
G = 11.67%
B = 20.33%

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

#CC233D (or 0xCC233D) is known color: Cardinal. HEX triplet: CC, 23 and 3D. RGB value is (204,35,61). Sum of RGB (Red+Green+Blue) = 204+35+61=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233D is #33DCC2. Grayscale: #585858. Windows color (decimal): -3398851 or 4006860. OLE color: 4006860.

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

Color convert

RGB 204 35 61 -
CMYK 0 0.83 0.70 0.2
HSL 350.77º 0.71% 0.47% -
HSV(B) 350.77º 0.83% 0.8% -
XYZ 26.35 14.38 5.8 -
YUV 88.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 204 35 61 0 0.83 0.70 0.2 350.77 0.71 0.47
Hex CC 23 3D 0 53 46 14 15F 47 2F
Octal 314 43 75 0 123 106 24 537 107 57
Binary 11001100 100011 111101 0 1010011 1000110 10100 101011111 1000111 101111

Color Harmonies of #CC233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC233D

Black with #CC233D

Text Example


Text Example

White with #CC233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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