Html Css Color HEX #CC253A Cardinal

📋 copy color: '#CC253A'

red 204 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #CC253A

Tints of Cardinal #CC253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 68.23%
G = 12.37%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC253A (or 0xCC253A) is known color: Cardinal. HEX triplet: CC, 25 and 3A. RGB value is (204,37,58). Sum of RGB (Red+Green+Blue) = 204+37+58=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253A is #33DAC5. Grayscale: #595959. Windows color (decimal): -3398342 or 3810764. OLE color: 3810764.

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

Color convert

RGB 204 37 58 -
CMYK 0 0.82 0.72 0.2
HSL 352.46º 0.69% 0.47% -
HSV(B) 352.46º 0.82% 0.8% -
XYZ 26.33 14.47 5.41 -
YUV 89.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 204 37 58 0 0.82 0.72 0.2 352.46 0.69 0.47
Hex CC 25 3A 0 52 48 14 160 45 2F
Octal 314 45 72 0 122 110 24 540 105 57
Binary 11001100 100101 111010 0 1010010 1001000 10100 101100000 1000101 101111

Color Harmonies of #CC253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC253A

Black with #CC253A

Text Example


Text Example

White with #CC253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC253A; }

 p { color: rgb(204,37,58); }

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

background-color css

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

 a { background-color: rgb(204,37,58); }

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

border-color css

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

 span { border-color: rgb(204,37,58); }

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