Html Css Color HEX #CC243D Cardinal

📋 copy color: '#CC243D'

red 204 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #CC243D

Tints of Cardinal #CC243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 67.77%
G = 11.96%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC243D (or 0xCC243D) is known color: Cardinal. HEX triplet: CC, 24 and 3D. RGB value is (204,36,61). Sum of RGB (Red+Green+Blue) = 204+36+61=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC243D is #33DBC2. Grayscale: #595959. Windows color (decimal): -3398595 or 4007116. OLE color: 4007116.

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

Color convert

RGB 204 36 61 -
CMYK 0 0.82 0.70 0.2
HSL 351.07º 0.7% 0.47% -
HSV(B) 351.07º 0.82% 0.8% -
XYZ 26.38 14.44 5.81 -
YUV 89.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 204 36 61 0 0.82 0.70 0.2 351.07 0.7 0.47
Hex CC 24 3D 0 52 46 14 15F 46 2F
Octal 314 44 75 0 122 106 24 537 106 57
Binary 11001100 100100 111101 0 1010010 1000110 10100 101011111 1000110 101111

Color Harmonies of #CC243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC243D

Black with #CC243D

Text Example


Text Example

White with #CC243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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