Html Css Color HEX #CD2334 Cardinal

📋 copy color: '#CD2334'

red 205 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #CD2334

Tints of Cardinal #CD2334

RGB

 RED value IS 205 (80.47% from 255) = 70.21%

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 70.21%
G = 11.99%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD2334 (or 0xCD2334) is known color: Cardinal. HEX triplet: CD, 23 and 34. RGB value is (205,35,52). Sum of RGB (Red+Green+Blue) = 205+35+52=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2334 is #32DCCB. Grayscale: #575757. Windows color (decimal): -3333324 or 3417037. OLE color: 3417037.

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

Color convert

RGB 205 35 52 -
CMYK 0 0.83 0.75 0.20
HSL 354º 0.71% 0.47% -
HSV(B) 354º 0.83% 0.8% -
XYZ 26.4 14.43 4.64 -
YUV 87.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 205 35 52 0 0.83 0.75 0.20 354 0.71 0.47
Hex CD 23 34 0 53 4B 14 162 47 2F
Octal 315 43 64 0 123 113 24 542 107 57
Binary 11001101 100011 110100 0 1010011 1001011 10100 101100010 1000111 101111

Color Harmonies of #CD2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2334

Black with #CD2334

Text Example


Text Example

White with #CD2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2334; }

 p { color: rgb(205,35,52); }

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

background-color css

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

 a { background-color: rgb(205,35,52); }

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

border-color css

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

 span { border-color: rgb(205,35,52); }

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